[svn] commit: r178 - in /branches/f2f200910: configure.ac src/bin/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 29 21:49:27 UTC 2009
Author: jreed
Date: Thu Oct 29 21:49:27 2009
New Revision: 178
Log:
Add src/bin/host as part of the build.
Modified:
branches/f2f200910/configure.ac
branches/f2f200910/src/bin/Makefile.am
Modified: branches/f2f200910/configure.ac
==============================================================================
--- branches/f2f200910/configure.ac (original)
+++ branches/f2f200910/configure.ac Thu Oct 29 21:49:27 2009
@@ -57,6 +57,7 @@
AC_CONFIG_FILES([Makefile
src/Makefile
src/bin/Makefile
+ src/bin/host/Makefile
src/bin/parkinglot/Makefile
src/lib/Makefile
src/lib/dns/Makefile
Modified: branches/f2f200910/src/bin/Makefile.am
==============================================================================
--- branches/f2f200910/src/bin/Makefile.am (original)
+++ branches/f2f200910/src/bin/Makefile.am Thu Oct 29 21:49:27 2009
@@ -1,1 +1,1 @@
-SUBDIRS = parkinglot
+SUBDIRS = parkinglot host
More information about the bind10-changes
mailing list