repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Continueed playing around with the buildsystem.
[aesalon.git]
/
modules
/
informer
/
src
/
SConscript
blob
ef154b500fd40d99917abb5afdd3a3c593c8c47d
1
Import("env")
2
3
#env.Append(CPPPATH = ["../../../include/"])
4
env.Append(CCFLAGS = ["-W", "-Wall", "-D_GNU_SOURCE"])
5
env.Append(LIBS = ["rt", "dl"])
6
7
env.SharedLibrary(target="collector", source=Glob("collector/*.c"))
8