aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/Makefile.am
blob: a8c2e5692afe7b17a43f702f7ed9d1369c7a1b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -fPIC -Wall

lib_LTLIBRARIES = libosmogsm.la

libosmogsm_la_SOURCES = rxlev_stat.c tlv_parser.c comp128.c gsm_utils.c \
                        rsl.c gsm48.c gsm48_ie.c gsm0808.c \
			gprs_cipher_core.c gsm0480.c
libosmogsm_la_LIBADD = $(top_builddir)/src/libosmocore.la