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