From e25b18aa29a7b7bac7d2574a83b9049d043c1547 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 11 Sep 2010 03:58:37 +0800 Subject: vty: Link osmovty to osmocore as it is using the symbols Use SUBDIRS to build src first and the src/vty. We will need to find the right way add the dependencies. --- src/vty/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vty') diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index f2859cff..7353ab84 100644 --- a/src/vty/Makefile.am +++ b/src/vty/Makefile.am @@ -10,4 +10,5 @@ lib_LTLIBRARIES = libosmovty.la libosmovty_la_SOURCES = buffer.c command.c vty.c vector.c utils.c \ telnet_interface.c logging_vty.c +libosmovty_la_LIBADD = $(top_builddir)/src/libosmocore.la endif -- cgit v1.2.3