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 /source4/lib/replace/config.mk | |
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)
Diffstat (limited to 'source4/lib/replace/config.mk')
-rw-r--r-- | source4/lib/replace/config.mk | 2 |
1 files changed, 1 insertions, 1 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 ############################## |