[svn] commit: r1654 - /trunk/src/lib/dns/tests/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 26 22:46:50 UTC 2010


Author: jreed
Date: Fri Mar 26 22:46:49 2010
New Revision: 1654

Log:
Also add to AM_CPPFLAGS:
-I$(top_srcdir)/src/lib/dns -I$(top_builddir)/src/lib/dns

Because some includes aren't prefixed with "dns/" like rdata.h,
name.h, and rrttl.h in the srcdir and rrtype.h on the builddir.

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

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




More information about the bind10-changes mailing list