summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/src/vty/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/libosmocore/src/vty/Makefile.am')
-rw-r--r--src/shared/libosmocore/src/vty/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/shared/libosmocore/src/vty/Makefile.am b/src/shared/libosmocore/src/vty/Makefile.am
deleted file mode 100644
index 61111235..00000000
--- a/src/shared/libosmocore/src/vty/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-# This is _NOT_ the library release version, it's an API version.
-# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
-LIBVERSION=0:0:0
-
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
-AM_CFLAGS = -Wall
-
-if ENABLE_VTY
-lib_LTLIBRARIES = libosmovty.la
-
-libosmovty_la_SOURCES = buffer.c command.c vty.c vector.c utils.c \
- telnet_interface.c logging_vty.c
-libosmovty_la_LDFLAGS = -version-info $(LIBVERSION)
-libosmovty_la_LIBADD = $(top_builddir)/src/libosmocore.la
-endif