From 4b037e4117c0c1e02a516c8b3374444f438c70e1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 19 May 2010 19:45:32 +0200 Subject: Migrate VTY code to libosmovty --- openbsc/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/configure.in') diff --git a/openbsc/configure.in b/openbsc/configure.in index 0f4836379..552f4f0c1 100644 --- a/openbsc/configure.in +++ b/openbsc/configure.in @@ -23,6 +23,7 @@ AC_SEARCH_LIBS(gtp_new, gtp, AM_CONDITIONAL(HAVE_LIBGTP, test "x$GPRS_LIBGTP" != "x") PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.6) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.1.6) dnl checks for header files AC_HEADER_STDC @@ -48,7 +49,6 @@ AC_OUTPUT( openbsc.pc libsccp.pc include/openbsc/Makefile - include/vty/Makefile include/sccp/Makefile include/Makefile src/Makefile -- cgit v1.2.3