fix 'make vty-test' for --disable-external-tests --enable-gb

Change-Id: I80ac270bfb563a769a7746d8fbceac09e267ce03
This commit is contained in:
Neels Hofmeyr 2023-03-09 05:10:31 +01:00 committed by neels
parent 439ffc2a3e
commit 141dffddf5
1 changed files with 1 additions and 1 deletions

View File

@ -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