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.
This commit is contained in:
Holger Hans Peter Freyther 2010-09-11 03:58:37 +08:00
parent 8304b1e3e9
commit e25b18aa29
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS=vty
SUBDIRS=. vty
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification

View File

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