aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchsummary/CMakeLists.txt')
-rw-r--r--searchsummary/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchsummary/CMakeLists.txt b/searchsummary/CMakeLists.txt
index 0a5c7ed4c99..668ac5fa60a 100644
--- a/searchsummary/CMakeLists.txt
+++ b/searchsummary/CMakeLists.txt
@@ -8,9 +8,9 @@ vespa_define_module(
document
searchcommon
searchlib
- juniper
LIBS
+ src/vespa/juniper
src/vespa/searchsummary
src/vespa/searchsummary/config
src/vespa/searchsummary/docsummary
@@ -24,4 +24,5 @@ vespa_define_module(
src/tests/docsummary/matched_elements_filter
src/tests/docsummary/slime_summary
src/tests/extractkeywords
+ src/tests/juniper
)