Parcourir la 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 il y a 15 ans
Parent
commit
a4ee049844
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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