From 62059234c2eb7b7a0adaf9143d50c20a86b3649a Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 29 Jul 2010 23:39:03 -0600 Subject: [PATCH] Libtool now requires local include paths for LTDL --- src/Makefile.am | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index b638a96183..22cf92c71a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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... -- 2.47.2