install fspd executable
This commit is contained in:
parent
0a2209213c
commit
15435116ff
|
|
@ -3,7 +3,7 @@ Import(Split("env PREFIX"))
|
||||||
# *************** Targets ****************
|
# *************** Targets ****************
|
||||||
|
|
||||||
#Add install target
|
#Add install target
|
||||||
env.Alias("install",[ PREFIX+'/bin', PREFIX+'/man'] )
|
env.Alias("install", PREFIX+'/bin')
|
||||||
|
|
||||||
#Add build target
|
#Add build target
|
||||||
env.Alias("build", Split('server/fspd clients/ contrib/ tests/') )
|
env.Alias("build", Split('server/fspd clients/ contrib/ tests/') )
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,5 @@ acl.c file.c info.c main.c random.c
|
||||||
conf.c filecache.c iprange.c path.c server.c
|
conf.c filecache.c iprange.c path.c server.c
|
||||||
fifocache.c host.c log.c pidfile.c
|
fifocache.c host.c log.c pidfile.c
|
||||||
''') + common + bsdfsp)
|
''') + common + bsdfsp)
|
||||||
|
|
||||||
|
env.Install(dir = PREFIX+'/bin', source = fspd)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user