mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3-waf: convert SAMBA_VERSION into a subsystem.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 4 15:10:52 CET 2011 on sn-devel-104
This commit is contained in:
parent
589d1bf57e
commit
4ebf2f9745
@ -87,7 +87,7 @@ LIB_SRC = '''${LIBSAMBAUTIL_SRC}
|
||||
lib/serverid.c
|
||||
lib/util_transfer_file.c
|
||||
${TDB_LIB_SRC}
|
||||
${VERSION_SRC} lib/debug.c lib/fault.c
|
||||
lib/debug.c lib/fault.c
|
||||
lib/interface.c lib/pidfile.c
|
||||
lib/system.c lib/sendfile.c lib/recvfile.c lib/time.c
|
||||
lib/username.c
|
||||
@ -863,7 +863,7 @@ bld.SAMBA_SUBSYSTEM('KRBCLIENT',
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LIBS',
|
||||
source=LIB_SRC,
|
||||
deps='LIBCRYPTO ndr security NDR_SECURITY charset NDR_MESSAGING LIBASYNC_REQ tdb-wrap samba-util CHARSET UTIL_TDB',
|
||||
deps='LIBCRYPTO ndr security NDR_SECURITY charset NDR_MESSAGING LIBASYNC_REQ tdb-wrap samba-util CHARSET UTIL_TDB SAMBA_VERSION',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LIB_NONSMBD',
|
||||
@ -1027,6 +1027,10 @@ bld.SAMBA_SUBSYSTEM('PASSCHANGE',
|
||||
deps='LIBCLI_SAMR',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('SAMBA_VERSION',
|
||||
source=VERSION_SRC,
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('SLCACHE',
|
||||
source=SLCACHE_SRC,
|
||||
vars=locals())
|
||||
@ -1429,7 +1433,8 @@ bld.SAMBA_BINARY('smbfilter',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA_BINARY('versiontest',
|
||||
source='lib/version_test.c ${VERSION_SRC}',
|
||||
source='lib/version_test.c',
|
||||
deps='SAMBA_VERSION',
|
||||
vars=locals())
|
||||
|
||||
bld.SAMBA_BINARY('wbinfo',
|
||||
|
Loading…
Reference in New Issue
Block a user