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
Revert "Started experimenting with perl/python scripts to auto rename incl guards...
[aesalon.git]
/
src
/
informer
/
SConscript
blob
f0e1f42a660dbf58c68c9e98be6c9a55ec4ff522
1
Import("env")
2
3
env.Append(CCFLAGS = ["-W", "-Wall", "-D_GNU_SOURCE"])
4
env.Append(LIBS = ["rt", "dl"])
5
6
env.SharedLibrary(target="collector", source=Glob("*.c"))
7