blob: 55b772f1a7d0d802ba996a704f3d6bf05ee2a3be [file] [log] [blame]
Pablo Neira Ayusofba495e2011-03-23 18:08:08 +01001# 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
3LIBVERSION=0:0:0
4
5INCLUDES = $(all_includes) -I$(top_srcdir)/include
6AM_CFLAGS = -fPIC -Wall
7
8lib_LTLIBRARIES = libosmogsm.la
9
Sylvain Munautf1d33442011-04-23 15:34:11 +020010libosmogsm_la_SOURCES = a5.c rxlev_stat.c tlv_parser.c comp128.c gsm_utils.c \
Harald Welteb5503132011-05-24 15:01:53 +020011 rsl.c gsm48.c gsm48_ie.c gsm0808.c sysinfo.c \
Harald Weltef7a1bcc2011-05-22 22:45:16 +020012 gprs_cipher_core.c gsm0480.c abis_nm.c
Harald Welte75337052011-05-08 14:35:40 +020013libosmogsm_la_LDFLAGS = -version-info $(LIBVERSION)
Pablo Neira Ayusofba495e2011-03-23 18:08:08 +010014libosmogsm_la_LIBADD = $(top_builddir)/src/libosmocore.la