diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-28 04:11:40 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-28 04:11:40 +0200 |
commit | 8fb5ac6227e2b6123bb9fabc99fba36bd9aa0a92 (patch) | |
tree | 3248bde1e2918e2eaa762de8054a5c444f0b0d23 /source4/param/config.mk | |
parent | 715cee3bdbabd86b7603fbb43da470bdb8c1fe9d (diff) | |
download | samba-8fb5ac6227e2b6123bb9fabc99fba36bd9aa0a92.tar.gz |
Fix dependency on swig ldb module.
(This used to be commit e616a9a1e55aa2265fd2fb4cd2dd0c3490158383)
Diffstat (limited to 'source4/param/config.mk')
-rw-r--r-- | source4/param/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk index c169ce157e8..6af9dab5d9c 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -13,7 +13,7 @@ PUBLIC_HEADERS += param/param.h PC_FILES += $(paramsrcdir)/samba-hostconfig.pc [SUBSYSTEM::PROVISION] -PRIVATE_DEPENDENCIES = LIBPYTHON +PRIVATE_DEPENDENCIES = LIBPYTHON swig_ldb PROVISION_OBJ_FILES = $(paramsrcdir)/provision.o |