summaryrefslogtreecommitdiff
path: root/gsm-tvoid/src/lib/Makefile.am
diff options
context:
space:
mode:
authortvoid <tvoid@lesaige.com>2008-04-15 15:09:00 -0600
committertvoid <tvoid@lesaige.com>2008-04-15 15:09:00 -0600
commitde1460aa9438f6a466a5fe4455ed968033d4ecdb (patch)
treeb5266d210be220272b0bf2ff0f4d0e78735faf42 /gsm-tvoid/src/lib/Makefile.am
parentd2107cd98e683e10645f64d61a2544b628a955ea (diff)
added m&m to burst_cf
doubles to floats
Diffstat (limited to 'gsm-tvoid/src/lib/Makefile.am')
-rw-r--r--gsm-tvoid/src/lib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/gsm-tvoid/src/lib/Makefile.am b/gsm-tvoid/src/lib/Makefile.am
index 88b8faa..1854fc6 100644
--- a/gsm-tvoid/src/lib/Makefile.am
+++ b/gsm-tvoid/src/lib/Makefile.am
@@ -46,6 +46,8 @@ _gsm_la_SOURCES = \
gsm.cc \
gsm_burst.cc \
gsm_burst_ff.cc \
+ mm_c.cc \
+ mm_f.cc \
gsm_burst_cf.cc \
gsm_burst_sink_c.cc
@@ -72,6 +74,8 @@ grinclude_HEADERS = \
cch.h \
system.h \
gsm_burst_ff.h \
+ mm_c.h \
+ mm_f.h \
gsm_burst_cf.h \
gsm_burst_sink_c.h \
gsm_constants.h
personal git repositories of Harald Welte. Your mileage may vary