[svn] commit: r151 - in /branches/f2f200910: configure.ac src/Makefile.am src/bin/Makefile.am src/bin/parkinglot/Makefile.am src/bin/parkinglot/main.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Oct 28 23:46:32 UTC 2009
Author: jinmei
Date: Wed Oct 28 23:46:32 2009
New Revision: 151
Log:
template implementation of parkinglot
Added:
branches/f2f200910/src/bin/Makefile.am
branches/f2f200910/src/bin/parkinglot/Makefile.am
branches/f2f200910/src/bin/parkinglot/main.cc
Modified:
branches/f2f200910/configure.ac
branches/f2f200910/src/Makefile.am
Modified: branches/f2f200910/configure.ac
==============================================================================
--- branches/f2f200910/configure.ac (original)
+++ branches/f2f200910/configure.ac Wed Oct 28 23:46:32 2009
@@ -56,6 +56,8 @@
AC_CONFIG_FILES([Makefile
src/Makefile
+ src/bin/Makefile
+ src/bin/parkinglot/Makefile
src/lib/Makefile
src/lib/dns/Makefile
])
Modified: branches/f2f200910/src/Makefile.am
==============================================================================
--- branches/f2f200910/src/Makefile.am (original)
+++ branches/f2f200910/src/Makefile.am Wed Oct 28 23:46:32 2009
@@ -1,1 +1,1 @@
-SUBDIRS = lib
+SUBDIRS = bin lib
More information about the bind10-changes
mailing list