[svn] commit: r1657 - /trunk/src/lib/auth/tests/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 26 23:36:18 UTC 2010


Author: jreed
Date: Fri Mar 26 23:36:18 2010
New Revision: 1657

Log:
This needs headers from the srcdir and buildir and
also specifically within "dns/".

Modified:
    trunk/src/lib/auth/tests/Makefile.am

Modified: trunk/src/lib/auth/tests/Makefile.am
==============================================================================
--- trunk/src/lib/auth/tests/Makefile.am (original)
+++ trunk/src/lib/auth/tests/Makefile.am Fri Mar 26 23:36:18 2010
@@ -1,4 +1,5 @@
-AM_CPPFLAGS = -I$(top_builddir)/src/lib
+AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
+AM_CPPFLAGS += -I$(top_builddir)/src/lib/dns -I$(top_srcdir)/src/lib/dns
 
 CLEANFILES = *.gcno *.gcda
 




More information about the bind10-changes mailing list