blob: 1a7d87f3efcc0057ea92e119957596fb9495de39 [file] [log] [blame]
Harald Welte253c4622010-05-25 23:42:57 +02001SUBDIRS=vty
2
Harald Weltec4362452010-03-22 22:25:13 +08003# 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
12libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c rxlev_stat.c \
13 tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \
Harald Welte411e86f2010-03-26 21:35:28 +080014 write_queue.c utils.c rsl.c gsm48.c gsm48_ie.c \
Harald Welteaa82fad2010-05-13 11:52:40 +020015 logging.c gsm0808.c rate_ctr.c
Harald Weltec4362452010-03-22 22:25:13 +080016
17if ENABLE_TALLOC
18libosmocore_la_SOURCES += talloc.c
19endif