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/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 765fbb89..1e97bb9b 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 -- cgit v1.2.3