From 9bf0445748dbae5a0d9000a600ad2c28cbadd812 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Tue, 11 Jun 2013 17:16:07 +0200 Subject: [PATCH] Removed useless include compiler flags --- configure.ac | 2 -- src/esi/Makefile.am | 5 ----- 2 files changed, 7 deletions(-) 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 - -- 2.47.3