logging: remove workaround now that _output() has been reworked
[osmocom-bb.git] / src / Makefile.am
index a7d450b..a0d639c 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS=vty
+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
+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 conv.c
 
 if ENABLE_PLUGIN
 libosmocore_la_SOURCES += plugin.c
@@ -23,3 +24,7 @@ endif
 if ENABLE_TALLOC
 libosmocore_la_SOURCES += talloc.c
 endif
+
+if ENABLE_MSGFILE
+libosmocore_la_SOURCES += msgfile.c
+endif