summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte2011-08-02 13:44:54 +0200
committerHarald Welte2011-08-02 13:44:54 +0200
commiteeb78dde9b037d6b26325e6e5b9154a91952ced9 (patch)
treee53e2f41d03af81d6b2993e4d61dd906b84e62bf /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b923a21..0ee8aa6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,4 +120,5 @@ AC_OUTPUT(
tests/msgfile/Makefile
tests/ussd/Makefile
tests/smscb/Makefile
+ utils/Makefile
Makefile)