docs: fix the stdarg.configfile entity to print a "=" sign after the long option
[Samba/gebeck_regimport.git] / source3 / lib / asys / wscript_build
blob15de9770b80bd00bd7fe9cffcac050d7c322faac
1 #!/usr/bin/env python
3 bld.SAMBA3_SUBSYSTEM('LIBASYS',
4 source='asys.c',
5 deps='PTHREADPOOL')
7 bld.SAMBA3_BINARY('asystest',
8 source='tests.c',
9 deps='LIBASYS',
10 install=False)