aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-07 23:39:54 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-07 23:39:54 +0100
commit1e9086684f258a9b8eed8f5c8d7d4f6c98665636 (patch)
treee4313c497771ed6a48dc2377959743e71df0712a /src/Makefile.am
parentf8b2ba7dc850396c5910e8c76875e75d37479d34 (diff)
import GSM04.08 encode/decode functions and mncc.h from openbsc
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5122e73b..f0effa2e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,9 +7,9 @@ AM_CFLAGS = -fPIC -Wall
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