blob: a6cfd6f741b81a89e92add315dd8afb0c6643e87 [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
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