diff --git a/src/mesh/CMakeLists.txt b/src/mesh/CMakeLists.txt index 85c89759d..c362544cf 100644 --- a/src/mesh/CMakeLists.txt +++ b/src/mesh/CMakeLists.txt @@ -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 diff --git a/src/sixlowpan/CMakeLists.txt b/src/sixlowpan/CMakeLists.txt index 00c4b5fdb..825bf3218 100644 --- a/src/sixlowpan/CMakeLists.txt +++ b/src/sixlowpan/CMakeLists.txt @@ -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 diff --git a/src/traffic-control/CMakeLists.txt b/src/traffic-control/CMakeLists.txt index 6844029ab..7c7917b66 100644 --- a/src/traffic-control/CMakeLists.txt +++ b/src/traffic-control/CMakeLists.txt @@ -36,8 +36,9 @@ build_lib( model/red-queue-disc.h model/tbf-queue-disc.h model/traffic-control-layer.h - LIBRARIES_TO_LINK ${libnetwork} - ${libcore} + LIBRARIES_TO_LINK + ${libnetwork} + ${libcore} TEST_SOURCES test/adaptive-red-queue-disc-test-suite.cc test/cobalt-queue-disc-test-suite.cc