blob: 2e2eaf0e5da7c46555b0e3c97dd263f13d3f5be9 [file] [log] [blame]
Harald Welte3fb0b6f2010-05-19 19:02:52 +02001SUBDRIS=vty
2
Harald Welte3cae0392010-02-20 21:09:24 +01003# This is _NOT_ the library release version, it's an API version.
4# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
5LIBVERSION=0:0:0
6
7INCLUDES = $(all_includes) -I$(top_srcdir)/include
8AM_CFLAGS = -fPIC -Wall
9
10lib_LTLIBRARIES = libosmocore.la
11
Harald Welte1e908662010-03-07 23:39:54 +010012libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c rxlev_stat.c \
Holger Hans Peter Freyther8df932a2010-02-26 20:30:32 +010013 tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \
Harald Welte4a2bb9e2010-03-26 09:33:40 +080014 write_queue.c utils.c rsl.c gsm48.c gsm48_ie.c \
Harald Welte7b45d602010-05-13 11:35:30 +020015 logging.c gsm0808.c rate_ctr.c
Harald Weltecbb29f72010-03-07 20:24:30 +010016
17if ENABLE_TALLOC
18libosmocore_la_SOURCES += talloc.c
19endif