[svn] commit: r369 - in /branches/parkinglot: configure.ac src/bin/Makefile.am src/bin/bigtool/Makefile.am src/bin/bind10/Makefile.am src/bin/msgq/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 15 18:14:21 UTC 2009
Author: jreed
Date: Tue Dec 15 18:14:20 2009
New Revision: 369
Log:
Add beginning Makefile.am for bigtool, msgq, and bind10.
Install these scripts too.
(TODO: need to install the wrapper script too.)
Added:
branches/parkinglot/src/bin/bigtool/Makefile.am
branches/parkinglot/src/bin/bind10/Makefile.am
branches/parkinglot/src/bin/msgq/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 Tue Dec 15 18:14:20 2009
@@ -58,7 +58,10 @@
AC_CONFIG_FILES([Makefile
src/Makefile
src/bin/Makefile
+ src/bin/bigtool/Makefile
+ src/bin/bind10/Makefile
src/bin/host/Makefile
+ src/bin/msgq/Makefile
src/bin/parkinglot/Makefile
src/lib/Makefile
src/lib/cc/Makefile
Modified: branches/parkinglot/src/bin/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/Makefile.am (original)
+++ branches/parkinglot/src/bin/Makefile.am Tue Dec 15 18:14:20 2009
@@ -1,1 +1,1 @@
-SUBDIRS = parkinglot host
+SUBDIRS = bigtool bind10 msgq parkinglot host
More information about the bind10-changes
mailing list