Import 'debug' support from OpenBSC into libosmocore
[osmocom-bb.git] / src / 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 = libosmocore.la
9
10 libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c rxlev_stat.c \
11                          tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \
12                          write_queue.c utils.c rsl.c gsm48.c gsm48_ie.c \
13                          debug.c
14
15 if ENABLE_TALLOC
16 libosmocore_la_SOURCES += talloc.c
17 endif