blob: 06e55e560a52951dc949c157d67a0ad62bd6a65d [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
Harald Welte898ffef2017-05-15 21:37:34 +020012if ENABLE_PSEUDOTALLOC
13AM_CPPFLAGS += -I$(top_srcdir)/src/pseudotalloc
14endif
15
Vadim Yanitskiy3262f822016-09-23 01:48:59 +070016lib_LTLIBRARIES = libosmocoding.la
17
18libosmocoding_la_SOURCES = \
19 gsm0503_interleaving.c \
20 gsm0503_mapping.c \
21 gsm0503_tables.c \
22 gsm0503_parity.c \
23 gsm0503_coding.c
24libosmocoding_la_LDFLAGS = \
25 -version-info \
26 $(LIBVERSION) \
27 -no-undefined \
28 $(TALLOC_LIBS)
29libosmocoding_la_LIBADD = \
30 ../libosmocore.la \
31 ../gsm/libosmogsm.la \
32 ../codec/libosmocodec.la
33
34EXTRA_DIST = libosmocoding.map