blob: d45659e3895351cf629a837ca0c05b44c6f77edf [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
Harald Welte336915a2014-08-21 15:51:07 +02003LIBVERSION=0:1:0
Harald Welte3fb0b6f2010-05-19 19:02:52 +02004
Sylvain Munaut5689a3b2012-12-11 23:59:31 +01005AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include
Harald Welte3fb0b6f2010-05-19 19:02:52 +02006
Harald Welte54403772010-05-29 11:49:51 +02007if ENABLE_VTY
Harald Welte3fb0b6f2010-05-19 19:02:52 +02008lib_LTLIBRARIES = libosmovty.la
9
10libosmovty_la_SOURCES = buffer.c command.c vty.c vector.c utils.c \
11 telnet_interface.c logging_vty.c
Holger Hans Peter Freyther45cdaa02013-03-03 10:07:16 +010012libosmovty_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined
Harald Welte49cc32b2011-02-19 16:10:51 +090013libosmovty_la_LIBADD = $(top_builddir)/src/libosmocore.la
Harald Welte54403772010-05-29 11:49:51 +020014endif