diff options
author | Michael Adam <obnox@samba.org> | 2013-09-23 09:40:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-23 20:25:19 +0200 |
commit | 69cfe18823753915a93088ea8a190ac05994a943 (patch) | |
tree | c34ab8531331eaa09b2606fc640768ec25b47ecf /source3 | |
parent | 6a56d2fda0e68cd1480fdf9e3f6019e70fe1bcd4 (diff) | |
download | samba-69cfe18823753915a93088ea8a190ac05994a943.tar.gz samba-69cfe18823753915a93088ea8a190ac05994a943.tar.bz2 samba-69cfe18823753915a93088ea8a190ac05994a943.zip |
build: list sources of libsmbconf directly in def.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index b1ca2cf268..c13bc36bbc 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -3,8 +3,6 @@ from samba_utils import * import samba_version, samba3 -LIB_SMBCONF_SRC = 'lib/smbconf/smbconf_init.c lib/smbconf/smbconf_reg.c' - SMBCONFTORT_SRC0 = 'lib/smbconf/testsuite.c' SMBCONFTORT_SRC = '''${SMBCONFTORT_SRC0}''' @@ -592,7 +590,8 @@ bld.SAMBA3_SUBSYSTEM('LIBAFS', deps='samba-util LIBAFS_SETTOKEN') bld.SAMBA3_LIBRARY('smbconf', - source=LIB_SMBCONF_SRC, + source='''lib/smbconf/smbconf_init.c + lib/smbconf/smbconf_reg.c''', deps=''' CHARSET3 LIBSMBCONF |