[svn] commit: r232 - in /branches/f2f200910: configure.ac src/lib/Makefile.am src/lib/cc/Makefile.am src/lib/cc/cpp/ src/lib/cc/cpp/Makefile.am src/lib/cc/cpp/data.cc src/lib/cc/cpp/data.h src/lib/cc/cpp/session.cc src/lib/cc/cpp/session.h

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 30 17:28:17 UTC 2009


Author: jinmei
Date: Fri Oct 30 17:28:17 2009
New Revision: 232

Log:
quickly ported the cc library from the experiments branch

Added:
    branches/f2f200910/src/lib/cc/Makefile.am
    branches/f2f200910/src/lib/cc/cpp/
    branches/f2f200910/src/lib/cc/cpp/Makefile.am
    branches/f2f200910/src/lib/cc/cpp/data.cc
      - copied unchanged from r227, experiments/jelte-configuration/data.cc
    branches/f2f200910/src/lib/cc/cpp/data.h
      - copied unchanged from r227, experiments/jelte-configuration/data.h
    branches/f2f200910/src/lib/cc/cpp/session.cc
      - copied unchanged from r227, experiments/jelte-configuration/session.cc
    branches/f2f200910/src/lib/cc/cpp/session.h
      - copied unchanged from r227, experiments/jelte-configuration/session.h
Modified:
    branches/f2f200910/configure.ac
    branches/f2f200910/src/lib/Makefile.am

Modified: branches/f2f200910/configure.ac
==============================================================================
--- branches/f2f200910/configure.ac (original)
+++ branches/f2f200910/configure.ac Fri Oct 30 17:28:17 2009
@@ -49,6 +49,8 @@
                  src/bin/host/Makefile
                  src/bin/parkinglot/Makefile
                  src/lib/Makefile
+                 src/lib/cc/Makefile
+                 src/lib/cc/cpp/Makefile
                  src/lib/dns/Makefile
                ])
 AC_OUTPUT([src/bin/bind-cfgd/bind-cfgd])

Modified: branches/f2f200910/src/lib/Makefile.am
==============================================================================
--- branches/f2f200910/src/lib/Makefile.am (original)
+++ branches/f2f200910/src/lib/Makefile.am Fri Oct 30 17:28:17 2009
@@ -1,1 +1,1 @@
-SUBDIRS = dns
+SUBDIRS = dns cc




More information about the bind10-changes mailing list