[svn] commit: r3831 - /trunk/src/lib/nsas/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 14 13:22:33 UTC 2010
Author: jreed
Date: Tue Dec 14 13:22:33 2010
New Revision: 3831
Log:
This uses boost headers, so include them.
(This is minor -- but doesn't fix all problems yet.)
Modified:
trunk/src/lib/nsas/Makefile.am
Modified: trunk/src/lib/nsas/Makefile.am
==============================================================================
--- trunk/src/lib/nsas/Makefile.am (original)
+++ trunk/src/lib/nsas/Makefile.am Tue Dec 14 13:22:33 2010
@@ -1,6 +1,7 @@
SUBDIRS = . tests
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
+AM_CPPFLAGS += $(BOOST_INCLUDES)
AM_CPPFLAGS += -I$(top_srcdir)/src/lib/dns -I$(top_builddir)/src/lib/dns
AM_CPPFLAGS += -I$(top_srcdir)/src/lib/nsas -I$(top_builddir)/src/lib/nsas
AM_CPPFLAGS += $(SQLITE_CFLAGS)
More information about the bind10-changes
mailing list