fsp/server/SConscript
2005-02-13 18:10:04 +00:00

8 lines
305 B
Python

Import(Split("env PREFIX VERSION PACKAGE TARBALL common bsdfsp"))
fspd=env.Program(target = 'fspd', source = Split('''
acl.c file.c info.c main.c random.c
conf.c filecache.c iprange.c path.c server.c
fifocache.c host.c log.c pidfile.c
''') + common + bsdfsp)