summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther2010-09-10 21:58:37 +0200
committerHolger Hans Peter Freyther2010-09-10 21:58:37 +0200
commite25b18aa29a7b7bac7d2574a83b9049d043c1547 (patch)
treea085aa355bdee4d7fcc54cfce73d403acef1dd25 /src/Makefile.am
parentvty: Everything <= CONFIG_NODE is not a child of config (diff)
downloadlibosmocore-e25b18aa29a7b7bac7d2574a83b9049d043c1547.tar.gz
libosmocore-e25b18aa29a7b7bac7d2574a83b9049d043c1547.tar.xz
libosmocore-e25b18aa29a7b7bac7d2574a83b9049d043c1547.zip
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/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 765fbb8..1e97bb9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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