mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r10444: Add LIBBASIC files to proto.h
(This used to be commit 1c3748421f
)
This commit is contained in:
parent
96f308481f
commit
7906d768cc
@ -2,7 +2,7 @@ Import('hostenv')
|
||||
# tastes like -*- python -*-
|
||||
|
||||
SConscript(dirs=['talloc','charset'])
|
||||
Import('talloc dynconfig charset')
|
||||
Import('talloc', 'dynconfig', 'charset', 'proto_files')
|
||||
|
||||
basic_files = ['version.c', 'xfile.c', 'debug.c', 'fault.c',
|
||||
'signal.c', 'system.c', 'time.c', 'genrand.c', 'dprintf.c',
|
||||
@ -10,6 +10,9 @@ basic_files = ['version.c', 'xfile.c', 'debug.c', 'fault.c',
|
||||
'data_blob.c', 'util.c', 'util_sock.c', 'substitute.c',
|
||||
'fsusage.c', 'ms_fnmatch.c', 'select.c', 'mutex.c', 'idtree.c',
|
||||
'db_wrap.c']
|
||||
|
||||
proto_files += [File(x) for x in basic_files]
|
||||
|
||||
basic = hostenv.StaticLibrary('basic', [dynconfig,charset,talloc,basic_files])
|
||||
Export('basic')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user