summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-11 19:22:25 +0200
committerGitHub <noreply@github.com>2016-09-11 19:22:25 +0200
commitf4da5b42623ee67b08e369a5fdef48e32e9a1062 (patch)
treecabbdbc9e7c89d8c1fa6b13709ea4ee58f82101b
parent49dff5e2700e5134fe40af3530fe8392f5d935ee (diff)
parent72cd03a183abf809d99d28bb4ccbece2b4766975 (diff)
Merge pull request #615 from yahoo/balder/include-only-where-needed
Only include large dependency where needed.
-rw-r--r--searchcore/CMakeLists.txt1
-rw-r--r--searchcore/src/apps/proton/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/CMakeLists.txt b/searchcore/CMakeLists.txt
index aa1b2c1f4c4..e93bd74880c 100644
--- a/searchcore/CMakeLists.txt
+++ b/searchcore/CMakeLists.txt
@@ -17,7 +17,6 @@ vespa_define_module(
persistence
searchcorespi
searchsummary
- storageserver_storageapp
fileacquirer
LIBS
diff --git a/searchcore/src/apps/proton/CMakeLists.txt b/searchcore/src/apps/proton/CMakeLists.txt
index bcdc4fb95fb..ab7da6a5059 100644
--- a/searchcore/src/apps/proton/CMakeLists.txt
+++ b/searchcore/src/apps/proton/CMakeLists.txt
@@ -25,4 +25,5 @@ vespa_add_executable(searchcore_proton_app
searchcore_proton_metrics
searchcore_fconfig
searchcore_util
+ storageserver_storageapp
)