Fixed enough bugs to allow the cpuTime module to properly create packets.
[aesalon.git] / modules / cpuTime / src / SConscript
bloba34729ff7eab9b363ce5a28c1d0e6098ef684243
1 Import("env")
3 env.Append(CPPPATH = ["../../include/", "../../include/collector/"])
4 env.Append(CCFLAGS = ["-W", "-Wall", "-DAesalonCollector"])
5 env.Append(LIBS = ["rt"])
7 env.SharedLibrary(target="collector", source=Glob("collector/*.c"))
8 env.SharedLibrary(target="polisher", source=Glob("polisher/*.cpp"))