Started implementing various things.
[aesalon.git] / modules / informer / src / SConscript
blob8fb94af84c0b0dbbd9a090fad5af9e366f632801
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("collector/*.c"))