summaryrefslogtreecommitdiff
path: root/popt
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-01-04 19:31:31 +0000
committerjbj <devnull@localhost>2005-01-04 19:31:31 +0000
commit84ec406c35efeb8fb566ceab2fb1a4796cf7b447 (patch)
treec4e2c7a7c3c5d0ad6fc2dcd64921bb3d6a2483e5 /popt
parent6da6f7fc0a87818021bb07705450a29f46d7f14b (diff)
downloadrpm-84ec406c35efeb8fb566ceab2fb1a4796cf7b447.tar.gz
rpm-84ec406c35efeb8fb566ceab2fb1a4796cf7b447.tar.bz2
rpm-84ec406c35efeb8fb566ceab2fb1a4796cf7b447.zip
- mac os x patches (#133611, #133612, #134637).
CVS patchset: 7673 CVS date: 2005/01/04 19:31:31
Diffstat (limited to 'popt')
-rw-r--r--popt/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/popt/Makefile.am b/popt/Makefile.am
index 5d9862c0f..3c2e61821 100644
--- a/popt/Makefile.am
+++ b/popt/Makefile.am
@@ -17,13 +17,13 @@ noinst_HEADERS = findme.h poptint.h system.h
noinst_PROGRAMS = test1 test2 test3
test1_SOURCES = test1.c
-test1_LDFLAGS = -all-static
+test1_LDFLAGS =
test1_LDADD = $(usrlib_LTLIBRARIES)
test2_SOURCES = test2.c
-test2_LDFLAGS = -all-static
+test2_LDFLAGS =
test2_LDADD = $(usrlib_LTLIBRARIES)
test3_SOURCES = test3.c
-test3_LDFLAGS = -all-static
+test3_LDFLAGS =
test3_LDADD = $(usrlib_LTLIBRARIES)
noinst_SCRIPTS = testit.sh