]> granicus.if.org Git - pdns/commitdiff
more files
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 17 Dec 2002 10:41:51 +0000 (10:41 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 17 Dec 2002 10:41:51 +0000 (10:41 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@83 d19b8d6e-7fed-0310-83ef-9ca221ded41b

modules/db2backend/OBJECTFILES [new file with mode: 0644]
modules/db2backend/OBJECTLIBS [new file with mode: 0644]
modules/xdbbackend/Makefile.am [new file with mode: 0644]
modules/xdbbackend/README [new file with mode: 0644]

diff --git a/modules/db2backend/OBJECTFILES b/modules/db2backend/OBJECTFILES
new file mode 100644 (file)
index 0000000..53326e8
--- /dev/null
@@ -0,0 +1 @@
+DB2Backend.o
diff --git a/modules/db2backend/OBJECTLIBS b/modules/db2backend/OBJECTLIBS
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/modules/xdbbackend/Makefile.am b/modules/xdbbackend/Makefile.am
new file mode 100644 (file)
index 0000000..7443937
--- /dev/null
@@ -0,0 +1,11 @@
+
+EXTRA_DIST=OBJECTFILES OBJECTLIBS 
+bin_PROGRAMS=xdb-fill
+
+lib_LTLIBRARIES = libxdbbackend.la
+
+libxdbbackend_la_SOURCES=xdbbackend.cc xtdb.cc xtdb.hh xdb.hh xgdbm.hh
+libxdbbackend_la_LDFLAGS=-module -ltdb
+
+xdb_fill_SOURCES=xdb-fill.cc xtdb.cc xtdb.hh
+xdb_fill_LDFLAGS=-ltdb
\ No newline at end of file
diff --git a/modules/xdbbackend/README b/modules/xdbbackend/README
new file mode 100644 (file)
index 0000000..aadc9c4
--- /dev/null
@@ -0,0 +1,6 @@
+Currenly not documented and also not recently tested.
+
+GOOD LUCK!
+
+But let us know if you need this and have questions.
+pdns-dev@mailman.powerdns.com