diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-24 10:55:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:43 -0500 |
commit | 1d8fa3ccac93d5307cbf63f7f02c46ae6ec268d8 (patch) | |
tree | 5c7382e87f5c67911f7a5790f72f27cb24e11ada | |
parent | 168e9ec2315bf22a56b5b139e36f8b1f3a23a9a1 (diff) | |
download | samba-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)
-rw-r--r-- | source4/lib/replace/config.mk | 2 | ||||
-rw-r--r-- | source4/lib/util/config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/replace/config.mk b/source4/lib/replace/config.mk index 4fd5402f61..9f6bc0ce53 100644 --- a/source4/lib/replace/config.mk +++ b/source4/lib/replace/config.mk @@ -13,6 +13,6 @@ OBJ_FILES = replace.o \ snprintf.o \ dlfcn.o \ getpass.o -PUBLIC_DEPENDENCIES = REPLACE_READDIR +PUBLIC_DEPENDENCIES = REPLACE_READDIR DL # End SUBSYSTEM LIBREPLACE ############################## 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] |