Merge commit '28dbfe9bf7a799ab1da2563fd5e007d007b54168'
[osmocom-bb.git] / src / shared / libosmocore / src / Makefile.am
index 64310e0..c5c8a21 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=. vty codec
+SUBDIRS=. vty codec gsm
 
 # This is _NOT_ the library release version, it's an API version.
 # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
@@ -9,11 +9,12 @@ AM_CFLAGS = -fPIC -Wall
 
 lib_LTLIBRARIES = libosmocore.la
 
-libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c rxlev_stat.c \
-                        tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \
-                        write_queue.c utils.c rsl.c gsm48.c gsm48_ie.c \
-                        logging.c gsm0808.c rate_ctr.c gsmtap_util.c \
-                        gprs_cipher_core.c crc16.c panic.c process.c gsm0480.c
+libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c bits.c \
+                        bitvec.c statistics.c \
+                        write_queue.c utils.c \
+                        logging.c logging_syslog.c rate_ctr.c \
+                        gsmtap_util.c crc16.c panic.c backtrace.c \
+                        process.c
 
 if ENABLE_PLUGIN
 libosmocore_la_SOURCES += plugin.c