summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-11-14 15:27:09 +0100
committerHarald Musum <musum@oath.com>2017-11-14 15:27:09 +0100
commitc1f2812513509ce36fff92b90f93f780ba4da6b1 (patch)
tree541da84302daf9df2b3b1026416d6331005e5261 /filedistribution
parentc5fd22cb287015ff165f928712dc2324c711241c (diff)
def files have been moved
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/src/vespa/filedistribution/distributor/CMakeLists.txt2
-rw-r--r--filedistribution/src/vespa/filedistribution/model/CMakeLists.txt4
2 files changed, 1 insertions, 5 deletions
diff --git a/filedistribution/src/vespa/filedistribution/distributor/CMakeLists.txt b/filedistribution/src/vespa/filedistribution/distributor/CMakeLists.txt
index f85ab85fb39..6b575dc5526 100644
--- a/filedistribution/src/vespa/filedistribution/distributor/CMakeLists.txt
+++ b/filedistribution/src/vespa/filedistribution/distributor/CMakeLists.txt
@@ -11,5 +11,3 @@ vespa_add_library(filedistribution_distributor STATIC
DEPENDS
)
target_compile_options(filedistribution_distributor PRIVATE -DTORRENT_DISABLE_ENCRYPTION -DTORRENT_DISABLE_DHT -DWITH_SHIPPED_GEOIP_H -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 -DBOOST_EXCEPTION_DISABLE -DBOOST_ASIO_ENABLE_CANCELIO -DBOOST_ASIO_DYN_LINK -DTORRENT_LINKING_SHARED)
-vespa_generate_config(filedistribution_distributor filedistributor.def)
-install_config_definition(filedistributor.def cloud.config.filedistribution.filedistributor.def)
diff --git a/filedistribution/src/vespa/filedistribution/model/CMakeLists.txt b/filedistribution/src/vespa/filedistribution/model/CMakeLists.txt
index 5b92aa4086d..51af6b106dc 100644
--- a/filedistribution/src/vespa/filedistribution/model/CMakeLists.txt
+++ b/filedistribution/src/vespa/filedistribution/model/CMakeLists.txt
@@ -14,7 +14,5 @@ vespa_add_library(filedistribution_filedistributionmodel STATIC
zkfiledbmodel.cpp
DEPENDS
)
-vespa_generate_config(filedistribution_filedistributionmodel filereferences.def)
-
vespa_add_target_external_dependency(filedistribution_filedistributionmodel zookeeper_mt)
-install_config_definition(filereferences.def cloud.config.filedistribution.filereferences.def)
+