From eeb78dde9b037d6b26325e6e5b9154a91952ced9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 2 Aug 2011 13:44:54 +0200 Subject: add new 'osmo-arfcn' program to compute frequency based on arfcn The freq -> arfcn side still needs to be implemented. --- utils/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 utils/Makefile.am (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am new file mode 100644 index 00000000..645cfd54 --- /dev/null +++ b/utils/Makefile.am @@ -0,0 +1,5 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include +noinst_PROGRAMS = osmo-arfcn + +osmo_arfcn_SOURCES = osmo-arfcn.c +osmo_arfcn_LDADD = $(top_builddir)/src/libosmocore.la $(top_builddir)/src/gsm/libosmogsm.la -- cgit v1.2.3