From bd41b4579c26f40f55811b332874ddeca3478e24 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 21 Dec 2008 00:53:06 +0100 Subject: Avoid linking in all Python modules to the samba binaries - we can just let Python dlopen() them. --- source4/param/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/param') diff --git a/source4/param/config.mk b/source4/param/config.mk index 6af9dab5d9..18354ea219 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 swig_ldb +PRIVATE_DEPENDENCIES = LIBPYTHON swig_ldb param PROVISION_OBJ_FILES = $(paramsrcdir)/provision.o -- cgit