blob: 5a055c8d3c5b6d9dabefa0e698f8f8c4f9fbb9cb [file] [log] [blame]
Vadim Yanitskiy3262f822016-09-23 01:48:59 +07001# This is _NOT_ the library release version, it's an API version.
2# Please read Chapter 6 "Library interface versions" of the libtool
3# documentation before making any modification
4LIBVERSION = 0:0:0
5
6AM_CPPFLAGS = -I$(top_srcdir)/include $(TALLOC_CFLAGS)
7AM_CFLAGS = -Wall
8
9lib_LTLIBRARIES = libosmocoding.la
10
11libosmocoding_la_SOURCES = \
12 gsm0503_interleaving.c \
13 gsm0503_mapping.c \
14 gsm0503_tables.c \
15 gsm0503_parity.c \
16 gsm0503_coding.c
17libosmocoding_la_LDFLAGS = \
18 -version-info \
19 $(LIBVERSION) \
20 -no-undefined \
21 $(TALLOC_LIBS)
22libosmocoding_la_LIBADD = \
23 ../libosmocore.la \
24 ../gsm/libosmogsm.la \
25 ../codec/libosmocodec.la
26
27EXTRA_DIST = libosmocoding.map