Browse Source

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.


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

Jeremy C. Reed 15 years ago
parent
commit
22e630b94f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dns/tests/Makefile.am

+ 1 - 0
src/lib/dns/tests/Makefile.am

@@ -1,4 +1,5 @@
 AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_srcdir)/src/lib
 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
 CLEANFILES = *.gcno *.gcda