summaryrefslogtreecommitdiff
path: root/source4/lib/registry/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-21 12:31:26 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:53 +0100
commit75c7fd4030a7c2ec5eeb752ccbc0f5fde74d1029 (patch)
tree76e8f0df75c029846b9b0bc574150c80539bf69c /source4/lib/registry/config.mk
parentc027a0d111bf52716de073e456f0a93d909e870c (diff)
downloadsamba-75c7fd4030a7c2ec5eeb752ccbc0f5fde74d1029.tar.gz
samba-75c7fd4030a7c2ec5eeb752ccbc0f5fde74d1029.tar.bz2
samba-75c7fd4030a7c2ec5eeb752ccbc0f5fde74d1029.zip
r26073: Import Python bindings for the registry.
(This used to be commit 777205b5705940c00384172c531ea99ba3eae235)
Diffstat (limited to 'source4/lib/registry/config.mk')
-rw-r--r--source4/lib/registry/config.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk
index 58ee6deb51..b289ff9afd 100644
--- a/source4/lib/registry/config.mk
+++ b/source4/lib/registry/config.mk
@@ -35,7 +35,7 @@ OBJ_FILES = \
rpc.o
PUBLIC_DEPENDENCIES = \
LIBSAMBA-UTIL CHARSET TDR_REGF LIBLDB \
- RPC_NDR_WINREG
+ RPC_NDR_WINREG LDB_WRAP
PUBLIC_HEADERS = registry.h hive.h patchfile.h
# End MODULE registry_ldb
################################################
@@ -100,3 +100,8 @@ OBJ_FILES = \
tests/hive.o \
tests/diff.o \
tests/registry.o
+
+[PYTHON::swig_registry]
+PUBLIC_DEPENDENCIES = registry LIBPYTHON
+SWIG_FILE = registry.i
+