summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-14 12:09:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:45 -0500
commita2273116fbb5890680c11fecba1bfd0026b7dd9b (patch)
tree6eae6f6e6b6996dce1dcfce2826fc126f34384aa /source4/lib/tdb/config.mk
parenta07f42b4ffee81e62ea7f586241c97fd5e55a819 (diff)
downloadsamba-a2273116fbb5890680c11fecba1bfd0026b7dd9b.tar.gz
samba-a2273116fbb5890680c11fecba1bfd0026b7dd9b.tar.bz2
samba-a2273116fbb5890680c11fecba1bfd0026b7dd9b.zip
r728: - let libldb_tdb depend on new subsystem LIBTDB
- remove tdb logging helper functions out of LIBTDB subsystem - build libtdb shared lib with 'make library_libtdb' the libs are not usable for now, tridge: please remove the dependecy of CatchSignal() and smb_panic() from libtdb maybe use function pointers in the TDB_CONTEXT then run make library_libtdb and then make build/tests/trivial.o and then gcc -o trivial -L./bin -ltdb and then gcc -o trivial -L./bin -lldb metze (This used to be commit 520b9762161d9b5d5223b42910494af80fd5c1e3)
Diffstat (limited to 'source4/lib/tdb/config.mk')
-rw-r--r--source4/lib/tdb/config.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk
new file mode 100644
index 0000000000..797c793ce3
--- /dev/null
+++ b/source4/lib/tdb/config.mk
@@ -0,0 +1,23 @@
+################################################
+# Start SUBSYSTEM LIBTDB
+[SUBSYSTEM::LIBTDB]
+INIT_OBJ_FILES = \
+ lib/tdb/tdb.o
+ADD_OBJ_FILES = \
+ lib/tdb/tdbutil.o \
+ lib/tdb/spinlock.o
+#
+# End SUBSYSTEM LIBLDB
+################################################
+
+################################################
+# Start LIBRARY LIBTDB
+[LIBRARY::libtdb]
+MAJOR_VERSION = 0
+MINOR_VERSION = 0
+RELEASE_VERSION = 1
+REQUIRED_SUBSYSTEMS = \
+ LIBTDB
+#
+# End LIBRARY LIBLDB
+################################################