summaryrefslogtreecommitdiffstats
path: root/support/Makefile.in
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2009-01-03 01:58:11 +0100
committerRainer Jung <rjung@apache.org>2009-01-03 01:58:11 +0100
commit7567264bca73ad9ec13c185595039a65b970614c (patch)
treec8f85e5a6d9d02551de523437a8ceb2b97fc98be /support/Makefile.in
parentNeed to close temporary file before using it (diff)
downloadapache2-7567264bca73ad9ec13c185595039a65b970614c.tar.xz
apache2-7567264bca73ad9ec13c185595039a65b970614c.zip
We need to link only ab against libm (because of
sqrt()). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730881 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r--support/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index 670e465d9d..3425ffe7a6 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -50,7 +50,7 @@ htdbm: $(htdbm_OBJECTS)
$(LINK) $(htdbm_LTFLAGS) $(htdbm_OBJECTS) $(PROGRAM_LDADD)
ab_OBJECTS = ab.lo
-ab_LDADD = $(PROGRAM_LDADD) $(SSL_LIBS)
+ab_LDADD = $(PROGRAM_LDADD) $(SSL_LIBS) $(MATH_LIBS)
ab: $(ab_OBJECTS)
$(LINK) $(ab_LTFLAGS) $(ab_OBJECTS) $(ab_LDADD)