aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
-rw-r--r--dist/vespa.spec1
-rw-r--r--lucene-linguistics/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7902f9a017e..f077dd87b9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -143,6 +143,7 @@ add_subdirectory(jdisc-security-filters)
add_subdirectory(jrt_test)
add_subdirectory(linguistics)
add_subdirectory(linguistics-components)
+add_subdirectory(lucene-linguistics)
add_subdirectory(logd)
add_subdirectory(logforwarder)
add_subdirectory(logserver)
diff --git a/dist/vespa.spec b/dist/vespa.spec
index 350db684a02..4424cfd0f8e 100644
--- a/dist/vespa.spec
+++ b/dist/vespa.spec
@@ -640,6 +640,7 @@ fi
%{_prefix}/lib/jars/jdisc-security-filters-jar-with-dependencies.jar
%{_prefix}/lib/jars/jna-*.jar
%{_prefix}/lib/jars/linguistics-components-jar-with-dependencies.jar
+%{_prefix}/lib/jars/lucene-linguistics-jar-with-dependencies.jar
%{_prefix}/lib/jars/model-evaluation-jar-with-dependencies.jar
%{_prefix}/lib/jars/model-integration-jar-with-dependencies.jar
%{_prefix}/lib/jars/security-utils.jar
diff --git a/lucene-linguistics/CMakeLists.txt b/lucene-linguistics/CMakeLists.txt
index efe20451e0f..10ea606798a 100644
--- a/lucene-linguistics/CMakeLists.txt
+++ b/lucene-linguistics/CMakeLists.txt
@@ -1,2 +1,3 @@
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_config_definitions()
+install_jar(lucene-linguistics-jar-with-dependencies.jar)