summaryrefslogtreecommitdiff
path: root/gsm-receiver/src/lib/decoder/openbtsstuff/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gsm-receiver/src/lib/decoder/openbtsstuff/Makefile.am')
-rw-r--r--gsm-receiver/src/lib/decoder/openbtsstuff/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/gsm-receiver/src/lib/decoder/openbtsstuff/Makefile.am b/gsm-receiver/src/lib/decoder/openbtsstuff/Makefile.am
index 5a14202..1b0433c 100644
--- a/gsm-receiver/src/lib/decoder/openbtsstuff/Makefile.am
+++ b/gsm-receiver/src/lib/decoder/openbtsstuff/Makefile.am
@@ -28,6 +28,8 @@ noinst_LTLIBRARIES = libopenbtsdecoder.la
libopenbtsdecoder_la_SOURCES = \
BitVector.cpp \
GSM610Tables.cpp \
+GSM660Tables.cpp \
+GSM690Tables.cpp \
GSMCommon.cpp \
GSML1FEC.cpp \
GSMTDMA.cpp \
@@ -39,6 +41,8 @@ noinst_HEADERS = \
Assert.h \
BitVector.h \
GSM610Tables.h \
+GSM660Tables.h \
+GSM690Tables.h \
GSMCommon.h \
GSML1FEC.h \
GSMTDMA.h \
personal git repositories of Harald Welte. Your mileage may vary