blob: e19b1877e172930ad98cb4aa44d43111bd18ab52 [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
Neels Hofmeyr6d0fd7b2017-03-13 14:47:23 +01006AM_CPPFLAGS = \
7 -I"$(top_srcdir)/include" \
8 $(TALLOC_CFLAGS)
Vadim Yanitskiy3262f822016-09-23 01:48:59 +07009AM_CFLAGS = -Wall
10
11lib_LTLIBRARIES = libosmocoding.la
12
13libosmocoding_la_SOURCES = \
14 gsm0503_interleaving.c \
15 gsm0503_mapping.c \
16 gsm0503_tables.c \
17 gsm0503_parity.c \
18 gsm0503_coding.c
19libosmocoding_la_LDFLAGS = \
20 -version-info \
21 $(LIBVERSION) \
22 -no-undefined \
23 $(TALLOC_LIBS)
24libosmocoding_la_LIBADD = \
25 ../libosmocore.la \
26 ../gsm/libosmogsm.la \
27 ../codec/libosmocodec.la
28
29EXTRA_DIST = libosmocoding.map