aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-03-09 05:10:31 +0100
committerneels <nhofmeyr@sysmocom.de>2023-03-14 18:08:35 +0000
commit141dffddf5d3b3d8a8ace980dc360a820718902a (patch)
treeef1a15ddec0f221c2db4f7c0177a73012a507138 /utils
parent439ffc2a3e32d8dc939f077fdea3b8701161043a (diff)
fix 'make vty-test' for --disable-external-tests --enable-gb
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index c068ee28..8937ad9d 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -31,6 +31,7 @@ if ENABLE_EXT_TESTS
SUBDIRS = \
osmo-stat-dummy \
$(NULL)
+endif
if ENABLE_GB
noinst_PROGRAMS += osmo-ns-dummy
@@ -41,4 +42,3 @@ osmo_ns_dummy_LDADD = $(LDADD) $(TALLOC_LIBS) \
$(top_builddir)/src/ctrl/libosmoctrl.la \
$(NULL)
endif
-endif