build: update modules that depend on config-store
This commit is contained in:
committed by
Gabriel Ferreira
parent
ec1c6ccaaf
commit
c8ef71d00f
@@ -30,10 +30,8 @@ build_lib(
|
||||
model/oh-buildings-propagation-loss-model.h
|
||||
model/random-walk-2d-outdoor-mobility-model.h
|
||||
model/three-gpp-v2v-channel-condition-model.h
|
||||
LIBRARIES_TO_LINK
|
||||
${libmobility}
|
||||
${libpropagation}
|
||||
${libconfig-store}
|
||||
LIBRARIES_TO_LINK ${libmobility}
|
||||
${libpropagation}
|
||||
TEST_SOURCES
|
||||
test/building-position-allocator-test.cc
|
||||
test/buildings-helper-test.cc
|
||||
|
||||
@@ -18,8 +18,6 @@ build_lib(
|
||||
model/ipv4-flow-probe.h
|
||||
model/ipv6-flow-classifier.h
|
||||
model/ipv6-flow-probe.h
|
||||
LIBRARIES_TO_LINK
|
||||
${libinternet}
|
||||
${libconfig-store}
|
||||
${libstats}
|
||||
LIBRARIES_TO_LINK ${libinternet}
|
||||
${libstats}
|
||||
)
|
||||
|
||||
@@ -32,6 +32,7 @@ foreach(
|
||||
NAME ${example}
|
||||
SOURCE_FILES ${example}.cc
|
||||
LIBRARIES_TO_LINK ${liblte}
|
||||
${libconfig-store}
|
||||
)
|
||||
endforeach()
|
||||
|
||||
@@ -39,7 +40,9 @@ if(${ENABLE_EMU})
|
||||
build_lib_example(
|
||||
NAME lena-simple-epc-emu
|
||||
SOURCE_FILES lena-simple-epc-emu.cc
|
||||
LIBRARIES_TO_LINK ${liblte}
|
||||
${fd-net-device}
|
||||
LIBRARIES_TO_LINK
|
||||
${liblte}
|
||||
${fd-net-device}
|
||||
${libconfig-store}
|
||||
)
|
||||
endif()
|
||||
|
||||
@@ -36,10 +36,8 @@ build_lib(
|
||||
model/red-queue-disc.h
|
||||
model/tbf-queue-disc.h
|
||||
model/traffic-control-layer.h
|
||||
LIBRARIES_TO_LINK
|
||||
${libnetwork}
|
||||
${libcore}
|
||||
${libconfig-store}
|
||||
LIBRARIES_TO_LINK ${libnetwork}
|
||||
${libcore}
|
||||
TEST_SOURCES
|
||||
test/adaptive-red-queue-disc-test-suite.cc
|
||||
test/cobalt-queue-disc-test-suite.cc
|
||||
|
||||
@@ -62,6 +62,7 @@ build_lib_example(
|
||||
${libinternet}
|
||||
${libapplications}
|
||||
${libtraffic-control}
|
||||
${libconfig-store}
|
||||
)
|
||||
|
||||
build_lib_example(
|
||||
|
||||
@@ -29,6 +29,7 @@ build_lib_example(
|
||||
${libcore}
|
||||
${libaodv}
|
||||
${libapplications}
|
||||
${libconfig-store}
|
||||
${libdsr}
|
||||
${libdsdv}
|
||||
${libflow-monitor}
|
||||
|
||||
Reference in New Issue
Block a user