import GSM04.08 encode/decode functions and mncc.h from openbsc
diff --git a/src/Makefile.am b/src/Makefile.am
index 5122e73..f0effa2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,9 +7,9 @@
 
 lib_LTLIBRARIES = libosmocore.la
 
-libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c \
+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 rxlev_stat.c
+			 write_queue.c utils.c rsl.c gsm48.c gsm48_ie.c
 
 if ENABLE_TALLOC
 libosmocore_la_SOURCES += talloc.c