blob: d28b9828eb84a05374d3097c6b08951e9e551661 [file] [log] [blame]
Oliver Smitha42f4a52022-12-21 10:29:49 +01001if ENABLE_UTILITIES
Max7a79dd32022-12-02 23:13:43 +03002noinst_PROGRAMS = osmo-stat-dummy
3osmo_stat_dummy_SOURCES = osmo-stat-dummy.c
4osmo_stat_dummy_LDADD = $(LDADD) $(TALLOC_LIBS) \
5 $(top_builddir)/src/vty/libosmovty.la \
6 $(top_builddir)/src/ctrl/libosmoctrl.la \
7 $(top_builddir)/src/libosmocore.la
8osmo_stat_dummy_CFLAGS = -Wall $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOCTRL_CFLAGS)
9osmo_stat_dummy_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
Oliver Smitha42f4a52022-12-21 10:29:49 +010010endif