summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-06-10 09:05:07 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-06-10 09:05:07 +0000
commit9c7d2d584d516b8447f7844ca490f248c2d6f965 (patch)
tree3117e114c42c36c3204d8d219fd0c15f3e9f6f39
parent5c2c312a71a2c5b69eee94a00898a9fe33669ec4 (diff)
downloadlibapr-9c7d2d584d516b8447f7844ca490f248c2d6f965.tar.gz
* test/Makefile.in (libmod_test.la): Link against dependencies for
platforms where libraries can have no undefined symbols. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65178 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 84548b83d..1c0c324d1 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -74,7 +74,7 @@ mod_test.la: mod_test.slo $(LOCAL_LIBS)
$(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath `pwd` -avoid-version -module mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
libmod_test.la: mod_test.slo $(LOCAL_LIBS)
- $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath `pwd` -avoid-version mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@
+ $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -rpath `pwd` -avoid-version mod_test.lo $(LT_LDFLAGS) $(ALL_LDFLAGS) -o $@ $(LOCAL_LIBS) $(ALL_LIBS)
testlockperf@EXEEXT@: testlockperf.lo $(LOCAL_LIBS)
$(LINK_PROG) testlockperf.lo $(LOCAL_LIBS) $(ALL_LIBS)