From 1353f961ef285c23776199419989f5b5039565a1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 16 May 2010 19:20:24 +0200 Subject: VTY: pass program name, version and copyright to vty_init() This enables us to make the VTY completely independent of any compile-time program-specific information, i.e. one step closer to using VTY as a shared library from multiple programs. --- openbsc/src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'openbsc/src/Makefile.am') diff --git a/openbsc/src/Makefile.am b/openbsc/src/Makefile.am index 177c410ad..6c89bd3fc 100644 --- a/openbsc/src/Makefile.am +++ b/openbsc/src/Makefile.am @@ -7,7 +7,6 @@ SUBDIRS = . ipaccess gprs sbin_PROGRAMS = bsc_hack bs11_config isdnsync bsc_mgcp noinst_LIBRARIES = libbsc.a libmsc.a libvty.a libsccp.a -noinst_HEADERS = vty/cardshell.h bscdir = $(libdir) bsc_LIBRARIES = libsccp.a -- cgit v1.2.3