[svn] commit: r1050 - /trunk/src/lib/auth/cpp/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Mar 1 18:36:49 UTC 2010
Author: jreed
Date: Mon Mar 1 18:36:48 2010
New Revision: 1050
Log:
Also include the SQLITE_CFLAGS for AM_CPPFLAGS too.
Noticed on systems that didn't have sqlite3.h in standard location.
Modified:
trunk/src/lib/auth/cpp/Makefile.am
Modified: trunk/src/lib/auth/cpp/Makefile.am
==============================================================================
--- trunk/src/lib/auth/cpp/Makefile.am (original)
+++ trunk/src/lib/auth/cpp/Makefile.am Mon Mar 1 18:36:48 2010
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/ext
+AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/ext $(SQLITE_CFLAGS)
CLEANFILES = *.gcno *.gcda
More information about the bind10-changes
mailing list