summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-01-31 10:21:21 +0100
committerGitHub <noreply@github.com>2022-01-31 10:21:21 +0100
commit01f5a24bd0a3b74c33ca935f82ff6d6a4c3ed55d (patch)
treedc40b8e9d18e0245ceed6e21f66d986027986f24 /vespaclient
parent139420fda334dbcfe80f49d9badb5f26ca160d92 (diff)
Revert "Avoid using vespamalloc for small utility programs as it has a too hi… [run-systemtest]"
Diffstat (limited to 'vespaclient')
-rw-r--r--vespaclient/src/vespa/vespaclient/vesparoute/.gitignore1
-rw-r--r--vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore b/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore
index 7c1657e5caa..573df74b762 100644
--- a/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore
+++ b/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore
@@ -1,3 +1,4 @@
.depend
Makefile
vespa-route
+vespa-route-bin
diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt b/vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt
index ddf500560c7..3b342387d01 100644
--- a/vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt
+++ b/vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt
@@ -5,7 +5,7 @@ vespa_add_executable(vespaclient_vesparoute_app
main.cpp
mynetwork.cpp
params.cpp
- OUTPUT_NAME vespa-route
+ OUTPUT_NAME vespa-route-bin
INSTALL bin
DEPENDS
)