build: simplify modules dependencies
This commit is contained in:
@@ -68,7 +68,6 @@ build_lib(
|
||||
LIBRARIES_TO_LINK
|
||||
${libinternet}
|
||||
${libwifi}
|
||||
${libapplications}
|
||||
TEST_SOURCES
|
||||
test/dot11s/dot11s-test-suite.cc
|
||||
test/dot11s/hwmp-proactive-regression.cc
|
||||
|
||||
@@ -17,8 +17,6 @@ build_lib(
|
||||
model/sixlowpan-net-device.h
|
||||
LIBRARIES_TO_LINK
|
||||
${libinternet}
|
||||
${libinternet}
|
||||
${libcore}
|
||||
TEST_SOURCES
|
||||
${example_as_test_suite}
|
||||
test/mock-net-device.cc
|
||||
|
||||
@@ -36,7 +36,8 @@ build_lib(
|
||||
model/red-queue-disc.h
|
||||
model/tbf-queue-disc.h
|
||||
model/traffic-control-layer.h
|
||||
LIBRARIES_TO_LINK ${libnetwork}
|
||||
LIBRARIES_TO_LINK
|
||||
${libnetwork}
|
||||
${libcore}
|
||||
TEST_SOURCES
|
||||
test/adaptive-red-queue-disc-test-suite.cc
|
||||
|
||||
Reference in New Issue
Block a user