blob: 0232736bb1246bcf2f89820703bbb6f47b271c25 [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
Vadim Yanitskiyb7bf36f2023-03-11 06:49:47 +07004osmo_stat_dummy_LDADD = $(TALLOC_LIBS) \
Max7a79dd32022-12-02 23:13:43 +03005 $(top_builddir)/src/vty/libosmovty.la \
6 $(top_builddir)/src/ctrl/libosmoctrl.la \
Pau Espin Pedrold4c3dc82023-01-18 17:04:04 +01007 $(top_builddir)/src/core/libosmocore.la
Vadim Yanitskiyb7bf36f2023-03-11 06:49:47 +07008osmo_stat_dummy_CFLAGS = -Wall $(TALLOC_CFLAGS)
Max7a79dd32022-12-02 23:13:43 +03009osmo_stat_dummy_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
Oliver Smitha42f4a52022-12-21 10:29:49 +010010endif