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