]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Libtool now requires local include paths for LTDL
authorAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 30 Jul 2010 05:39:03 +0000 (23:39 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Fri, 30 Jul 2010 05:39:03 +0000 (23:39 -0600)
src/Makefile.am

index b638a96183a5010645bcbfdf2434af2adee59afd..22cf92c71a0168cf33f95ee3e6c04c22bc42dd4e 100644 (file)
@@ -564,14 +564,13 @@ squid_DEPENDENCIES = $(top_builddir)/lib/libmiscutil.a \
 
 if USE_LOADABLE_MODULES
 squid_SOURCES += $(LOADABLE_MODULES_SOURCES)
-squid_LDADD += \
-       $(LIBLTDL)
-squid_LDFLAGS = \
-       -export-dynamic -dlopen force
-# when static module linking is supported and enabled:
-# squid_LDFLAGS = \
-#         -all-static -dlopen self
-#
+squid_LDADD += $(LIBLTDL)
+squid_LDFLAGS = -export-dynamic -dlopen force
+## when static module linking is supported and enabled:
+## squid_LDFLAGS = -all-static -dlopen self
+##
+## LTDL headers require their local include path...
+INCLUDES += $(INCLTDL)
 endif
 
 ## Kerberos libraries require their include path...