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.
This commit is contained in:
Holger Hans Peter Freyther 2013-03-21 11:12:56 +01:00
parent 0c8f9ca30b
commit 0c908b6e72
1 changed files with 1 additions and 1 deletions

View File

@ -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