summaryrefslogtreecommitdiff
path: root/source4/lib/util
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-08-24 10:55:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:43 -0500
commit1d8fa3ccac93d5307cbf63f7f02c46ae6ec268d8 (patch)
tree5c7382e87f5c67911f7a5790f72f27cb24e11ada /source4/lib/util
parent168e9ec2315bf22a56b5b139e36f8b1f3a23a9a1 (diff)
downloadsamba-1d8fa3ccac93d5307cbf63f7f02c46ae6ec268d8.tar.gz
samba-1d8fa3ccac93d5307cbf63f7f02c46ae6ec268d8.tar.bz2
samba-1d8fa3ccac93d5307cbf63f7f02c46ae6ec268d8.zip
r17790: replace uses -ldl and should directly depend on it
metze (This used to be commit 560a3058e53479133015d1b0a7cd149393c45438)
Diffstat (limited to 'source4/lib/util')
-rw-r--r--source4/lib/util/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk
index cc3b1930c5..0287021caa 100644
--- a/source4/lib/util/config.mk
+++ b/source4/lib/util/config.mk
@@ -28,7 +28,7 @@ OBJ_FILES = xfile.o \
idtree.o \
module.o
PUBLIC_DEPENDENCIES = \
- LIBREPLACE LIBCRYPTO DL LIBTALLOC \
+ LIBREPLACE LIBCRYPTO LIBTALLOC \
SOCKET_WRAPPER EXT_NSL
[SUBSYSTEM::PIDFILE]