diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-06 06:05:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:38 -0500 |
commit | 01dee6e3dd80ace0bd341adb613fc25874e57764 (patch) | |
tree | 17a26f658c4a0f0f97b84e1212b4770d05e56316 /source4/lib | |
parent | bbc78c9c148b62d271d731666e0d48d9195e35f0 (diff) | |
download | samba-01dee6e3dd80ace0bd341adb613fc25874e57764.tar.gz samba-01dee6e3dd80ace0bd341adb613fc25874e57764.tar.bz2 samba-01dee6e3dd80ace0bd341adb613fc25874e57764.zip |
r18138: LIBREPLACE provides stuff from -ldl so it should depend on it
metze
(This used to be commit b4e4c115ab23bcc3b116a3736ddf2e88bab6f4cf)
Diffstat (limited to 'source4/lib')
-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 2482c69636..49a1e7fe1b 100644 --- a/source4/lib/replace/config.mk +++ b/source4/lib/replace/config.mk @@ -14,6 +14,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 ecc74a57e3..9694e8cf6c 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -29,7 +29,7 @@ OBJ_FILES = xfile.o \ module.o PUBLIC_DEPENDENCIES = \ LIBREPLACE LIBCRYPTO LIBTALLOC \ - SOCKET_WRAPPER EXT_NSL DL + SOCKET_WRAPPER EXT_NSL [SUBSYSTEM::PIDFILE] PRIVATE_PROTO_HEADER = pidfile.h |