blob: f2859cff8576a61e8fd505df2609b30371f19efe [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
Harald Welte54403772010-05-29 11:49:51 +020013endif