import gsm0502_calc_paging_group() from openbsc
[osmocom-bb.git] / src / gsm / Makefile.am
1 # This is _NOT_ the library release version, it's an API version.
2 # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
3 LIBVERSION=0:0:0
4
5 INCLUDES = $(all_includes) -I$(top_srcdir)/include
6 AM_CFLAGS = -fPIC -Wall
7
8 lib_LTLIBRARIES = libosmogsm.la
9
10 libosmogsm_la_SOURCES = a5.c rxlev_stat.c tlv_parser.c comp128.c gsm_utils.c \
11                         rsl.c gsm48.c gsm48_ie.c gsm0808.c sysinfo.c \
12                         gprs_cipher_core.c gsm0480.c abis_nm.c gsm0502.c
13 libosmogsm_la_LDFLAGS = -version-info $(LIBVERSION)
14 libosmogsm_la_LIBADD = $(top_builddir)/src/libosmocore.la