aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
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, 1 insertions, 2 deletions
diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore b/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore
index 573df74b762..7c1657e5caa 100644
--- a/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore
+++ b/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore
@@ -1,4 +1,3 @@
.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 3b342387d01..ddf500560c7 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-bin
+ OUTPUT_NAME vespa-route
INSTALL bin
DEPENDS
)