summaryrefslogtreecommitdiff
path: root/popt/Makefile.am
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-01-22 22:20:44 +0000
committerjbj <devnull@localhost>1999-01-22 22:20:44 +0000
commit6503ca3645d71e8f4805e52747ee33d20b2217d8 (patch)
tree7a37e643cb823afc1c0f67bf940bbd1eaf4dc588 /popt/Makefile.am
parentd635ea8d0987019dc8a20ca4a6da72180b2d5872 (diff)
downloadlibrpm-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.am2
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