aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/db
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-03-21 11:12:56 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-03-21 11:12:56 +0100
commit0c908b6e725dde5f0fa30946fc0eb41fb4a6ca47 (patch)
treeb843960986dd31328f96e0f8b269eb4d3acda7df /openbsc/tests/db
parent0c8f9ca30bafdc571f1f93361c6193c45d727aed (diff)
db: Link to the VTY library for the vty_config_unlock symbol
Linking started to fail for me due the symbol coming from the vty library and the db code not linking to it.
Diffstat (limited to 'openbsc/tests/db')
-rw-r--r--openbsc/tests/db/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/db/Makefile.am b/openbsc/tests/db/Makefile.am
index 7439ed6ba..785aff044 100644
--- a/openbsc/tests/db/Makefile.am
+++ b/openbsc/tests/db/Makefile.am
@@ -13,5 +13,5 @@ db_test_LDADD = $(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libtrau/libtrau.a \
$(top_builddir)/src/libcommon/libcommon.a \
$(LIBOSMOCORE_LIBS) $(LIBOSMOABIS_LIBS) \
- $(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) -ldl -ldbi
+ $(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) $(LIBOSMOVTY_LIBS) -ldl -ldbi