summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte2011-08-02 13:44:54 +0200
committerHarald Welte2011-08-02 13:44:54 +0200
commiteeb78dde9b037d6b26325e6e5b9154a91952ced9 (patch)
treee53e2f41d03af81d6b2993e4d61dd906b84e62bf /utils/Makefile.am
parentadd definition of OSMO_MIN macro, similar to OSMO_MAX (diff)
downloadlibosmocore-eeb78dde9b037d6b26325e6e5b9154a91952ced9.tar.gz
libosmocore-eeb78dde9b037d6b26325e6e5b9154a91952ced9.tar.xz
libosmocore-eeb78dde9b037d6b26325e6e5b9154a91952ced9.zip
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 0000000..645cfd5
--- /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