aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b923a218..0ee8aa63 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)