Began implementing {Log,Network}Sink.
[aesalon.git] / modules / informer / src / SConscript
blob973dc283e416f5cbed41ad3f31b9d57cc2e9ee49
1 Import("env")
3 env.Append(CPPPATH = ["../../../include/", "../../../../include/informer/"])
4 env.Append(CCFLAGS = ["-W", "-Wall", "-DAesalonCollector", "-D_GNU_SOURCE"])
5 env.Append(LIBS = ["rt", "dl"])
7 env.SharedLibrary(target="collector", source=Glob("collector/*.c"))