fsp/server/SConscript
2009-07-27 21:10:23 +02:00

10 lines
330 B
Python

Import(Split("env PREFIX 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)
env.Install(dir = PREFIX+'/bin', source = fspd)