1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/libgpo/gpext/wscript_build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
949 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA3_MODULE('gpext_registry',
subsystem='gpext',
source='registry.c',
deps='NDR_PREG',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('gpext_registry'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('gpext_registry'))
bld.SAMBA3_MODULE('gpext_scripts',
subsystem='gpext',
source='scripts.c',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('gpext_scripts'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('gpext_scripts'))
bld.SAMBA3_MODULE('gpext_security',
subsystem='gpext',
source='security.c',
init_function='',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('gpext_security'),
enabled=bld.SAMBA3_IS_ENABLED_MODULE('gpext_security'))