Merge commit 'af5ee34c353ea2868a4b04b227bc1b511e1ac42b'
[osmocom-bb.git] / src / shared / libosmocore / src / vty / Makefile.am
1 # 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
3 LIBVERSION=0:0:0
4
5 INCLUDES = $(all_includes) -I$(top_srcdir)/include
6 AM_CFLAGS = -fPIC -Wall
7
8 if ENABLE_VTY
9 lib_LTLIBRARIES = libosmovty.la
10
11 libosmovty_la_SOURCES = buffer.c command.c vty.c vector.c utils.c \
12                         telnet_interface.c logging_vty.c
13 libosmovty_la_LIBADD = $(top_builddir)/src/libosmocore.la
14 endif