aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/sms_queue
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-02 02:37:39 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-09 18:34:17 +0100
commit602bd1d10b364bfa6929d4cc8deda3dc4a189efb (patch)
tree7cd79c0a0fb323618d2fcc6fdc3da25098482e5f /openbsc/tests/sms_queue
parent03269725774dccba02aa8972717cafdeff0b892a (diff)
Make the code work so that the msc_vlr tests pass
Diffstat (limited to 'openbsc/tests/sms_queue')
-rw-r--r--openbsc/tests/sms_queue/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/tests/sms_queue/Makefile.am b/openbsc/tests/sms_queue/Makefile.am
index b2266ebb8..011d9fdc9 100644
--- a/openbsc/tests/sms_queue/Makefile.am
+++ b/openbsc/tests/sms_queue/Makefile.am
@@ -28,8 +28,10 @@ sms_queue_test_LDADD = \
$(top_builddir)/src/libvlr/libvlr.a \
$(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libtrau/libtrau.a \
+ $(top_builddir)/src/libmgcp/libmgcp.a \
$(top_builddir)/src/libcommon/libcommon.a \
$(top_builddir)/src/libcommon-cs/libcommon-cs.a \
+ $(top_builddir)/tests/libiudummy/libiudummy.a \
$(LIBSMPP34_LIBS) \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \