blob: 22903d97f8d21c77e4d92467001e1ae0684f2187 [file] [log] [blame]
job8e4deb62011-08-21 17:18:24 +02001if ENABLE_UTILITIES
Harald Welteeeb78dd2011-08-02 13:44:54 +02002INCLUDES = $(all_includes) -I$(top_srcdir)/include
3noinst_PROGRAMS = osmo-arfcn
4
5osmo_arfcn_SOURCES = osmo-arfcn.c
6osmo_arfcn_LDADD = $(top_builddir)/src/libosmocore.la $(top_builddir)/src/gsm/libosmogsm.la
job8e4deb62011-08-21 17:18:24 +02007endif