[svn] commit: r1658 - /trunk/src/bin/auth/tests/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Mar 27 00:25:26 UTC 2010
Author: jreed
Date: Sat Mar 27 00:25:25 2010
New Revision: 1658
Log:
Allow this to build when using a different builddir from the srcdir.
Modified:
trunk/src/bin/auth/tests/Makefile.am
Modified: trunk/src/bin/auth/tests/Makefile.am
==============================================================================
--- trunk/src/bin/auth/tests/Makefile.am (original)
+++ trunk/src/bin/auth/tests/Makefile.am Sat Mar 27 00:25:25 2010
@@ -1,4 +1,5 @@
-AM_CPPFLAGS = -I$(top_builddir)/src/lib -I$(top_builddir)/src/bin
+AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
+AM_CPPFLAGS += -I$(top_builddir)/src/lib/dns -I$(top_srcdir)/src/bin
CLEANFILES = *.gcno *.gcda
More information about the bind10-changes
mailing list