[svn] commit: r652 - in /branches/parkinglot/src/bin: host/Makefile.am parkinglot/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 29 20:01:54 UTC 2010
Author: jreed
Date: Fri Jan 29 20:01:54 2010
New Revision: 652
Log:
Adjust AM_CPPFLAGS to also refer directly to the includes files in the
build tree and in the src tree.
Modified:
branches/parkinglot/src/bin/host/Makefile.am
branches/parkinglot/src/bin/parkinglot/Makefile.am
Modified: branches/parkinglot/src/bin/host/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/host/Makefile.am (original)
+++ branches/parkinglot/src/bin/host/Makefile.am Fri Jan 29 20:01:54 2010
@@ -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
Modified: branches/parkinglot/src/bin/parkinglot/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/parkinglot/Makefile.am (original)
+++ branches/parkinglot/src/bin/parkinglot/Makefile.am Fri Jan 29 20:01:54 2010
@@ -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@
More information about the bind10-changes
mailing list