From: Francesco Chemolli Date: Tue, 11 Jun 2013 15:16:07 +0000 (+0200) Subject: Removed useless include compiler flags X-Git-Tag: SQUID_3_4_0_1~44^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf0445748dbae5a0d9000a600ad2c28cbadd812;p=thirdparty%2Fsquid.git Removed useless include compiler flags --- diff --git a/configure.ac b/configure.ac index 614f6189fa..f6a33c64ef 100644 --- a/configure.ac +++ b/configure.ac @@ -3463,8 +3463,6 @@ AC_CONFIG_FILES([\ tools/purge/Makefile ]) -dnl AC_CONFIG_SUBDIRS(lib/libTrie) - # must configure libltdl subdir unconditionally for "make distcheck" to work #AC_CONFIG_SUBDIRS(libltdl) diff --git a/src/esi/Makefile.am b/src/esi/Makefile.am index 8158a45b8d..13c1c3e899 100644 --- a/src/esi/Makefile.am +++ b/src/esi/Makefile.am @@ -47,8 +47,3 @@ libesi_la_SOURCES = \ Var.h \ VarState.cc \ VarState.h - -INCLUDES += \ - -I$(top_srcdir)/lib/libTrie/include \ - -I$(top_builddir)/lib/libTrie/include -