diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-04-12 09:47:49 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-04-12 12:31:14 +0200 |
commit | 2a727ef6e7bffcaad7438e288c952f6157e075de (patch) | |
tree | ceb481177d8e9c0c541c917f968aac3b64c2bac6 /source4/param/wscript_build | |
parent | e6c31a4bcb1e7f56edcfccabd02a8096e3b5dd40 (diff) | |
download | samba-2a727ef6e7bffcaad7438e288c952f6157e075de.tar.gz samba-2a727ef6e7bffcaad7438e288c952f6157e075de.tar.xz samba-2a727ef6e7bffcaad7438e288c952f6157e075de.zip |
lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf system does
metze
Diffstat (limited to 'source4/param/wscript_build')
-rw-r--r-- | source4/param/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build index 71605dff4b1..1308829801b 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', + deps='DYNCONFIG CHARSET', public_deps='LIBSAMBA-UTIL', public_headers='param.h' ) |