]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix include paths for LTDL building adaptation library
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 9 Aug 2010 10:42:59 +0000 (22:42 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 9 Aug 2010 10:42:59 +0000 (22:42 +1200)
src/adaptation/Makefile.am

index 5ecd433aec03fc96ec6361aaee7ed44f379ecd9b..e8d24806993739fbf75c89131026e2ca095eecfe 100644 (file)
@@ -12,6 +12,11 @@ if USE_ECAP
 SUBDIRS += ecap
 endif
 
+if USE_LOADABLE_MODULES
+## LTDL headers require their local include path...
+INCLUDES += $(INCLTDL)
+endif
+
 noinst_LTLIBRARIES = libadaptation.la
 
 ## start with the code shared among all adaptation schemes