Continueed playing around with the buildsystem.
[aesalon.git] / modules / informer / src / SConscript
blobef154b500fd40d99917abb5afdd3a3c593c8c47d
1 Import("env")
3 #env.Append(CPPPATH = ["../../../include/"])
4 env.Append(CCFLAGS = ["-W", "-Wall", "-D_GNU_SOURCE"])
5 env.Append(LIBS = ["rt", "dl"])
7 env.SharedLibrary(target="collector", source=Glob("collector/*.c"))