Browse Source

Also include the SQLITE_CFLAGS for AM_CPPFLAGS too.
Noticed on systems that didn't have sqlite3.h in standard location.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1050 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
a4ee049844
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/auth/cpp/Makefile.am

+ 1 - 1
src/lib/auth/cpp/Makefile.am

@@ -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