]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Try add top_builddir for possible use by libtool linking on some OS
authorAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 30 Jul 2010 08:43:53 +0000 (02:43 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 30 Jul 2010 08:43:53 +0000 (02:43 -0600)
src/Makefile.am

index 22cf92c71a0168cf33f95ee3e6c04c22bc42dd4e..a1956c758ef6cbf60923b851b78ff0c75c77d721 100644 (file)
@@ -564,7 +564,7 @@ squid_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a \
 
 if USE_LOADABLE_MODULES
 squid_SOURCES += $(LOADABLE_MODULES_SOURCES)
-squid_LDADD += $(LIBLTDL)
+squid_LDADD += -L$(top_builddir) $(LIBLTDL)
 squid_LDFLAGS = -export-dynamic -dlopen force
 ## when static module linking is supported and enabled:
 ## squid_LDFLAGS = -all-static -dlopen self