install fspd executable

This commit is contained in:
Radim Kolar 2009-07-27 21:10:23 +02:00
parent 0a2209213c
commit 15435116ff
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Import(Split("env PREFIX"))
# *************** Targets ****************
#Add install target
env.Alias("install",[ PREFIX+'/bin', PREFIX+'/man'] )
env.Alias("install", PREFIX+'/bin')
#Add build target
env.Alias("build", Split('server/fspd clients/ contrib/ tests/') )

View File

@ -5,3 +5,5 @@ 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)