summaryrefslogtreecommitdiffstats
path: root/src/vty
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-11 03:58:37 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-11 03:58:37 +0800
commite25b18aa29a7b7bac7d2574a83b9049d043c1547 (patch)
treea085aa355bdee4d7fcc54cfce73d403acef1dd25 /src/vty
parent8304b1e3e9f942b33a684c5d1129159abd1a3efd (diff)
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.
Diffstat (limited to 'src/vty')
-rw-r--r--src/vty/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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