summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/src/codec/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/libosmocore/src/codec/Makefile.am')
-rw-r--r--src/shared/libosmocore/src/codec/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/shared/libosmocore/src/codec/Makefile.am b/src/shared/libosmocore/src/codec/Makefile.am
deleted file mode 100644
index 665768c6..00000000
--- a/src/shared/libosmocore/src/codec/Makefile.am
+++ /dev/null
@@ -1,11 +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
-
-lib_LTLIBRARIES = libosmocodec.la
-
-libosmocodec_la_SOURCES = gsm610.c gsm620.c gsm660.c gsm690.c
-libosmocodec_la_LDFLAGS = -version-info $(LIBVERSION)