Browse Source

Adjust AM_CPPFLAGS to also refer directly to the includes files in the
build tree and in the src tree.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@652 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
f80129031a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/bin/host/Makefile.am
  2. 1 1
      src/bin/parkinglot/Makefile.am

+ 1 - 1
src/bin/host/Makefile.am

@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_srcdir)/ext
+AM_CPPFLAGS =  -I$(top_builddir)/src/lib -I$(top_builddir)/src/lib/dns/cpp -I$(top_srcdir)/src/lib/dns/cpp -I$(top_srcdir)/src/lib -I$(top_srcdir)/ext
 
 bin_PROGRAMS = host
 host_SOURCES = host.cc

+ 1 - 1
src/bin/parkinglot/Makefile.am

@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_srcdir)/ext
+AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_builddir)/src/lib/dns/cpp -I$(top_srcdir)/src/lib/dns/cpp -I$(top_srcdir)/src/lib -I$(top_srcdir)/ext
 
 pkglibexecdir = $(libexecdir)/@PACKAGE@