blob: f1faa3d5668f8281dd3a9f6e909bc6ff370b0b0d [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 \
Pau Espin Pedrold4c3dc82023-01-18 17:04:04 +01007 $(top_builddir)/src/core/libosmocore.la
Max7a79dd32022-12-02 23:13:43 +03008osmo_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