[svn] commit: r598 - in /branches/parkinglot: configure.ac src/bin/Makefile.am src/bin/bind-cfgd/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 28 21:00:51 UTC 2010
Author: jreed
Date: Thu Jan 28 21:00:50 2010
New Revision: 598
Log:
Add Makefile.am for bind-cfgd.
Update AC_CONFIG_FILES.
Added:
branches/parkinglot/src/bin/bind-cfgd/Makefile.am
Modified:
branches/parkinglot/configure.ac
branches/parkinglot/src/bin/Makefile.am
Modified: branches/parkinglot/configure.ac
==============================================================================
--- branches/parkinglot/configure.ac (original)
+++ branches/parkinglot/configure.ac Thu Jan 28 21:00:50 2010
@@ -148,12 +148,17 @@
src/bin/bind10/Makefile
src/bin/cmd-ctrld/Makefile
src/bin/bindctl/Makefile
+ src/bin/bind-cfgd/Makefile
src/bin/host/Makefile
src/bin/msgq/Makefile
src/bin/parkinglot/Makefile
src/lib/Makefile
src/lib/cc/Makefile
src/lib/cc/cpp/Makefile
+ src/lib/cc/python/Makefile
+ src/lib/cc/python/ISC/Makefile
+ src/lib/cc/python/ISC/CC/Makefile
+ src/lib/cc/python/ISC/Util/Makefile
src/lib/config/Makefile
src/lib/config/cpp/Makefile
src/lib/dns/Makefile
Modified: branches/parkinglot/src/bin/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/Makefile.am (original)
+++ branches/parkinglot/src/bin/Makefile.am Thu Jan 28 21:00:50 2010
@@ -1,1 +1,1 @@
-SUBDIRS = bind10 bindctl msgq parkinglot host cmd-ctrld
+SUBDIRS = bind10 bindctl bind-cfgd msgq parkinglot host cmd-ctrld
More information about the bind10-changes
mailing list