Browse Source

[3267] Removed includes to top level

Kean Johnston 11 years ago
parent
commit
210c5d0939
2 changed files with 0 additions and 2 deletions
  1. 0 1
      tests/tools/perfdhcp/Makefile.am
  2. 0 1
      tests/tools/perfdhcp/tests/Makefile.am

+ 0 - 1
tests/tools/perfdhcp/Makefile.am

@@ -2,7 +2,6 @@ SUBDIRS = . tests
 
 AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 AM_CPPFLAGS += -I$(top_srcdir)/src/lib/log -I$(top_builddir)/src/lib/log
-AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir)
 AM_CPPFLAGS += $(BOOST_INCLUDES)
 
 AM_CXXFLAGS = $(B10_CXXFLAGS)

+ 0 - 1
tests/tools/perfdhcp/tests/Makefile.am

@@ -1,7 +1,6 @@
 SUBDIRS = . testdata
 
 AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
-AM_CPPFLAGS += -I$(top_builddir) -I$(top_srcdir)
 AM_CPPFLAGS += -I$(srcdir)/.. -I$(builddir)/..
 AM_CPPFLAGS += -DTEST_DATA_DIR=\"$(abs_srcdir)/testdata\"
 AM_CPPFLAGS += $(BOOST_INCLUDES)