summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-12 09:44:47 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-12 12:31:14 +0200
commite6c31a4bcb1e7f56edcfccabd02a8096e3b5dd40 (patch)
treef8e81c53294e8d5d0746bb819d21555e33c08efd /source4/param
parent783d2e9fe57f1390ff66a8c1bda6b82a22af3332 (diff)
downloadsamba-e6c31a4bcb1e7f56edcfccabd02a8096e3b5dd40.tar.gz
samba-e6c31a4bcb1e7f56edcfccabd02a8096e3b5dd40.tar.bz2
samba-e6c31a4bcb1e7f56edcfccabd02a8096e3b5dd40.zip
s4:param/wscript_build: 'dl' is provides via 'replace'
metze
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index f35d1c4e3a..71605dff4b 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -4,7 +4,7 @@ bld.SAMBA_LIBRARY('LIBSAMBA-HOSTCONFIG',
source='loadparm.c generic.c util.c',
pc_files='samba-hostconfig.pc',
vnum='0.0.1',
- deps='DYNCONFIG LIBREPLACE_EXT CHARSET dl',
+ deps='DYNCONFIG LIBREPLACE_EXT CHARSET',
public_deps='LIBSAMBA-UTIL',
public_headers='param.h'
)