aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-05-02 22:27:14 +0200
committerHarald Welte <laforge@osmocom.org>2020-05-02 22:32:34 +0200
commit6879bb0db9d9dcff06c5e4b663aaad3a2d0a511c (patch)
treeeed73f9c3c8ab70d7866bd0b78efa5d381776d7b /configure.ac
parenta7143bf7a12e6794253dd970c41badbbae8ec0b7 (diff)
PRBS tool sending PRBS sequence to TRX
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b7b0d00..d0cfe44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,6 +92,7 @@ CPPFLAGS=$save_CPPFLAGS
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.3.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.3.0)
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.3.0)
+PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.3.0)
AC_ARG_ENABLE(sanitize,
[AS_HELP_STRING(
@@ -327,6 +328,7 @@ AC_CONFIG_FILES([\
tests/Makefile \
tests/CommonLibs/Makefile \
tests/Transceiver52M/Makefile \
+ utils/Makefile \
doc/Makefile \
doc/examples/Makefile \
contrib/Makefile \