aboutsummaryrefslogtreecommitdiffstats
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
parentfix 'make vty-test' for --disable-gb (diff)
downloadlibosmocore-141dffddf5d3b3d8a8ace980dc360a820718902a.tar.xz
libosmocore-141dffddf5d3b3d8a8ace980dc360a820718902a.zip
fix 'make vty-test' for --disable-external-tests --enable-gb
Change-Id: I80ac270bfb563a769a7746d8fbceac09e267ce03
-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