From 69e61fc15354e96db4e851ef3e5067670522f859 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 12 Dec 2007 10:21:25 +0100 Subject: r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT for -ldl This fixes the pidl/ndr_string test. metze (This used to be commit 7c6d9edffbbfabd601a8e133a71698229819443d) --- source4/param/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/param/config.mk') diff --git a/source4/param/config.mk b/source4/param/config.mk index 24feec12bd..aea3253677 100644 --- a/source4/param/config.mk +++ b/source4/param/config.mk @@ -8,7 +8,7 @@ OBJ_FILES = loadparm.o \ util.o \ ../lib/version.o PUBLIC_DEPENDENCIES = LIBSAMBA-UTIL -PRIVATE_DEPENDENCIES = DYNCONFIG +PRIVATE_DEPENDENCIES = DYNCONFIG LIBREPLACE_EXT PUBLIC_PROTO_HEADER = proto.h PUBLIC_HEADERS = param.h -- cgit