aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-08-02 13:44:54 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-02 13:44:54 +0200
commiteeb78dde9b037d6b26325e6e5b9154a91952ced9 (patch)
treee53e2f41d03af81d6b2993e4d61dd906b84e62bf /utils/Makefile.am
parent430be849945688ae107b079db1e216329b1a1f06 (diff)
add new 'osmo-arfcn' program to compute frequency based on arfcn
The freq -> arfcn side still needs to be implemented.
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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