Create libosmovty as library from OpenBSC VTY functions
diff --git a/configure.in b/configure.in
index 9879ebc..abf098c 100644
--- a/configure.in
+++ b/configure.in
@@ -46,10 +46,13 @@
 
 AC_OUTPUT(
 	libosmocore.pc
+	include/osmocom/Makefile
+	include/osmocom/vty/Makefile
 	include/osmocore/Makefile
 	include/osmocore/protocol/Makefile
 	include/Makefile
 	src/Makefile
+	src/vty/Makefile
 	tests/Makefile
 	tests/timer/Makefile
 	tests/sms/Makefile