[svn] commit: r625 - in /experiments/each-query/src/lib/auth/cpp: Makefile.am data_source_static.cc data_source_static.h

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 29 02:06:57 UTC 2010


Author: jelte
Date: Fri Jan 29 02:06:57 2010
New Revision: 625

Log:
added a static data source (for CH TXT version.bind and authors.bind)
untested as of yet (not even tried to compile), so the source inclusion is commented out in the makefile

Added:
    experiments/each-query/src/lib/auth/cpp/data_source_static.cc
    experiments/each-query/src/lib/auth/cpp/data_source_static.h
Modified:
    experiments/each-query/src/lib/auth/cpp/Makefile.am

Modified: experiments/each-query/src/lib/auth/cpp/Makefile.am
==============================================================================
--- experiments/each-query/src/lib/auth/cpp/Makefile.am (original)
+++ experiments/each-query/src/lib/auth/cpp/Makefile.am Fri Jan 29 02:06:57 2010
@@ -4,5 +4,6 @@
 
 lib_LTLIBRARIES = libauth.la
 libauth_la_SOURCES = data_source.h data_source.cc
+#libauth_la_SOURCES += data_source_static.h data_source_static.cc
 #libauth_la_SOURCES += data_source_plot.h data_source_plot.cc
 libauth_la_SOURCES += query.h query.cc




More information about the bind10-changes mailing list