From 0c908b6e725dde5f0fa30946fc0eb41fb4a6ca47 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 21 Mar 2013 11:12:56 +0100 Subject: [PATCH] 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. --- openbsc/tests/db/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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