diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 00:43:24 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-04 00:43:24 +0100 |
commit | 2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7 (patch) | |
tree | e7ecac9f5918df44a6f5abbf130fc3920fa61f35 /source4/lib | |
parent | 19ca598c9cbd08b3bbb133d8bf4e54b628942015 (diff) | |
download | samba-2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7.tar.gz samba-2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7.tar.bz2 samba-2d1c06c5781600a0efcf9becd3e2773dbbbf2cc7.zip |
Fix includes.
(This used to be commit 99e61dade2bd9ae2a5dfe17f766528012c09e46c)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/events/config.mk | 2 | ||||
-rw-r--r-- | source4/lib/ldb/python.mk | 2 | ||||
-rw-r--r-- | source4/lib/registry/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/tdb/python.mk | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/source4/lib/events/config.mk b/source4/lib/events/config.mk index ba06c2f673..e5a1316c47 100644 --- a/source4/lib/events/config.mk +++ b/source4/lib/events/config.mk @@ -45,3 +45,5 @@ PUBLIC_HEADERS += $(addprefix lib/events/, events.h events_internal.h) [PYTHON::swig_events] SWIG_FILE = events.i PRIVATE_DEPENDENCIES = LIBEVENTS + +swig_events_OBJ_FILES = lib/events/events_wrap.o diff --git a/source4/lib/ldb/python.mk b/source4/lib/ldb/python.mk index bbd4c1c5eb..448cc3ed60 100644 --- a/source4/lib/ldb/python.mk +++ b/source4/lib/ldb/python.mk @@ -2,3 +2,5 @@ PUBLIC_DEPENDENCIES = LIBLDB CFLAGS = -Ilib/ldb/include SWIG_FILE = ldb.i + +swig_ldb_OBJ_FILES = lib/ldb/ldb_wrap.o diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 728d64d552..544201ad53 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -104,3 +104,4 @@ torture_registry_OBJ_FILES = $(addprefix lib/registry/tests/, generic.o hive.o d PUBLIC_DEPENDENCIES = registry SWIG_FILE = registry.i +swig_registry_OBJ_FILES = lib/registry/registry_wrap.o diff --git a/source4/lib/tdb/python.mk b/source4/lib/tdb/python.mk index 23b01c120c..2d61545b7f 100644 --- a/source4/lib/tdb/python.mk +++ b/source4/lib/tdb/python.mk @@ -1,3 +1,5 @@ [PYTHON::swig_tdb] SWIG_FILE = tdb.i PUBLIC_DEPENDENCIES = LIBTDB DYNCONFIG + +swig_tdb_OBJ_FILES = lib/tdb/tdb_wrap.o |