equal
deleted
inserted
replaced
135 common = build.Ns3Module('common', 'src/common') |
135 common = build.Ns3Module('common', 'src/common') |
136 common.add_deps(['core', 'simulator']) |
136 common.add_deps(['core', 'simulator']) |
137 ns3.add(common) |
137 ns3.add(common) |
138 common.add_sources([ |
138 common.add_sources([ |
139 'buffer.cc', |
139 'buffer.cc', |
|
140 'chunk.cc', |
140 'header.cc', |
141 'header.cc', |
141 'trailer.cc', |
142 'trailer.cc', |
142 'packet.cc', |
143 'packet.cc', |
143 'tags.cc', |
144 'tags.cc', |
144 'pcap-writer.cc', |
145 'pcap-writer.cc', |
153 ]) |
154 ]) |
154 common.add_headers ([ |
155 common.add_headers ([ |
155 ]) |
156 ]) |
156 common.add_inst_headers([ |
157 common.add_inst_headers([ |
157 'buffer.h', |
158 'buffer.h', |
|
159 'chunk.h', |
158 'header.h', |
160 'header.h', |
159 'trailer.h', |
161 'trailer.h', |
160 'tags.h', |
162 'tags.h', |
161 'packet.h', |
163 'packet.h', |
162 'uv-trace-source.h', |
164 'uv-trace-source.h', |