blob: 76d7f27112f91638c7f13abef07851279bb4213f [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
Harald Welte75337052011-05-08 14:35:40 +020012libosmovty_la_LDFLAGS = -version-info $(LIBVERSION)
Harald Welte49cc32b2011-02-19 16:10:51 +090013libosmovty_la_LIBADD = $(top_builddir)/src/libosmocore.la
Harald Welte54403772010-05-29 11:49:51 +020014endif