diff options
author | jbj <devnull@localhost> | 1999-01-22 22:20:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-01-22 22:20:44 +0000 |
commit | 6503ca3645d71e8f4805e52747ee33d20b2217d8 (patch) | |
tree | 7a37e643cb823afc1c0f67bf940bbd1eaf4dc588 /popt/Makefile.am | |
parent | d635ea8d0987019dc8a20ca4a6da72180b2d5872 (diff) | |
download | librpm-tizen-6503ca3645d71e8f4805e52747ee33d20b2217d8.tar.gz librpm-tizen-6503ca3645d71e8f4805e52747ee33d20b2217d8.tar.bz2 librpm-tizen-6503ca3645d71e8f4805e52747ee33d20b2217d8.zip |
Do only string replacement (w/o -C) in %configure for now.
CVS patchset: 2747
CVS date: 1999/01/22 22:20:44
Diffstat (limited to 'popt/Makefile.am')
-rw-r--r-- | popt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/Makefile.am b/popt/Makefile.am index c89700260..a929c908d 100644 --- a/popt/Makefile.am +++ b/popt/Makefile.am @@ -13,7 +13,7 @@ noinst_INCLUDES = findme.h poptint.h noinst_PROGRAMS = test1 test1_SOURCES = test1.c -test1_LDADD = -lpopt +test1_LDADD = $(lib_LTLIBRARIES) include_HEADERS = popt.h lib_LTLIBRARIES = libpopt.la |