aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/msc_vlr/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-04-12 15:19:45 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-18 17:50:08 +0200
commit76174d9dd94bb88ae63e616e84ae58b9f290e92b (patch)
tree90898e2087f5485041f2da74edcb3ea5596f2123 /openbsc/tests/msc_vlr/Makefile.am
parente3aca93630e7a4572bd0459115b25348e1840c0e (diff)
WIP: Integrate AoIP into MSC
Diffstat (limited to 'openbsc/tests/msc_vlr/Makefile.am')
-rw-r--r--openbsc/tests/msc_vlr/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/tests/msc_vlr/Makefile.am b/openbsc/tests/msc_vlr/Makefile.am
index 4494d95ae..8c74e6404 100644
--- a/openbsc/tests/msc_vlr/Makefile.am
+++ b/openbsc/tests/msc_vlr/Makefile.am
@@ -12,6 +12,7 @@ AM_CFLAGS = \
$(LIBCRYPTO_CFLAGS) \
$(LIBOSMOVTY_CFLAGS) \
$(LIBOSMOABIS_CFLAGS) \
+ $(LIBOSMOSIGTRAN_CFLAGS) \
$(NULL)
noinst_HEADERS = \
@@ -54,6 +55,7 @@ LDADD = \
$(LIBCRYPTO_LIBS) \
$(LIBOSMOVTY_LIBS) \
$(LIBOSMOABIS_LIBS) \
+ $(LIBOSMOSIGTRAN_LIBS) \
-ldbi \
-lrt \
$(NULL)