aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding/Makefile.am
blob: cbdcf471d7d58a3192e50f52d7caf9f4cafd14f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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

AM_CPPFLAGS = \
	-I"$(top_srcdir)/include" \
	-I"$(top_builddir)/include" \
	$(TALLOC_CFLAGS)
AM_CFLAGS = -Wall

lib_LTLIBRARIES = libosmocoding.la

libosmocoding_la_SOURCES = \
	gsm0503_interleaving.c \
	gsm0503_mapping.c \
	gsm0503_tables.c \
	gsm0503_parity.c \
	gsm0503_coding.c
libosmocoding_la_LDFLAGS = \
	-version-info \
	$(LIBVERSION) \
	-no-undefined \
	$(TALLOC_LIBS)
libosmocoding_la_LIBADD = \
	../libosmocore.la \
	../gsm/libosmogsm.la \
	../codec/libosmocodec.la

EXTRA_DIST = libosmocoding.map