summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/config.mk
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-04-08 00:40:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:00:48 -0500
commit8c23f133c4a1cd58a83c837bcd8f77b739e87ff2 (patch)
treeaefd60494d28ee850e8838f6021b74e15a895db0 /source4/lib/tdb/config.mk
parent35ee2474874676184ec94d19f70e02b6459cfd9c (diff)
downloadsamba-8c23f133c4a1cd58a83c837bcd8f77b739e87ff2.tar.gz
samba-8c23f133c4a1cd58a83c837bcd8f77b739e87ff2.tar.bz2
samba-8c23f133c4a1cd58a83c837bcd8f77b739e87ff2.zip
r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories.
(This used to be commit fa8d0dc14a1af9567401d54a803b34a6498b7cd4)
Diffstat (limited to 'source4/lib/tdb/config.mk')
-rw-r--r--source4/lib/tdb/config.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk
index 82119d04ca..3cb9b793ad 100644
--- a/source4/lib/tdb/config.mk
+++ b/source4/lib/tdb/config.mk
@@ -60,3 +60,12 @@ REQUIRED_SUBSYSTEMS = \
LIBTDB
# End BINARY tdbbackup
################################################
+
+#######################
+# Start LIBRARY swig_tdb
+[LIBRARY::swig_tdb]
+LIBRARY_REALNAME = swig/_tdb.$(SHLIBEXT)
+OBJ_FILES = swig/tdb_wrap.o
+REQUIRED_SUBSYSTEMS = LIBTDB DYNCONFIG
+# End LIBRARY swig_tdb
+#######################