blob: 7353ab8413002970b390c87d46235c943b2629c4 [file] [log] [blame]
Harald Welte3fb0b6f2010-05-19 19:02:52 +02001# This is _NOT_ the library release version, it's an API version.
2# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
3LIBVERSION=0:0:0
4
5INCLUDES = $(all_includes) -I$(top_srcdir)/include
6AM_CFLAGS = -fPIC -Wall
7
Harald Welte54403772010-05-29 11:49:51 +02008if ENABLE_VTY
Harald Welte3fb0b6f2010-05-19 19:02:52 +02009lib_LTLIBRARIES = libosmovty.la
10
11libosmovty_la_SOURCES = buffer.c command.c vty.c vector.c utils.c \
12 telnet_interface.c logging_vty.c
Holger Hans Peter Freythere25b18a2010-09-11 03:58:37 +080013libosmovty_la_LIBADD = $(top_builddir)/src/libosmocore.la
Harald Welte54403772010-05-29 11:49:51 +020014endif