summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-04-26 10:26:07 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-04-26 13:02:29 +0000
commit9d99d266fca6b7ee31b32d6a8ddbbcfd19a235e3 (patch)
tree79be10395cda65f0443b242279db4203ef37b936 /searchcore
parentcf46565283f92c3dc3fe778be2045f82a7544797 (diff)
Add dependency on searchcore config sub-library.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt b/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
index a6c9435ec0e..94f193f1e47 100644
--- a/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
+++ b/searchcore/src/vespa/searchcore/proton/common/CMakeLists.txt
@@ -21,4 +21,5 @@ vespa_add_library(searchcore_pcommon STATIC
state_reporter_utils.cpp
DEPENDS
searchcore_proton_metrics
+ searchcore_fconfig
)