aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-28 11:28:19 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-28 11:28:19 +0100
commit8ecd0357866a42f18a2ccf8900a8d41423304063 (patch)
tree8e00c5538f3eb5c1c3f795e3ddd8105ff9b595f7 /Makefile
parent326818f671b769fd14159058a857ab07e6a436ac (diff)
downloadetisnoop-8ecd0357866a42f18a2ccf8900a8d41423304063.tar.gz
etisnoop-8ecd0357866a42f18a2ccf8900a8d41423304063.tar.bz2
etisnoop-8ecd0357866a42f18a2ccf8900a8d41423304063.zip
etisnoop: add support for streamed and framed ETI files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c0a3a52..334077b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
CC=g++
-SOURCES=etisnoop.cpp dabplussnoop.cpp lib_crc.c firecode.c faad_decoder.cpp wavfile.c
-HEADERS=dabplussnoop.h lib_crc.h firecode.h faad_decoder.h wavfile.h
+SOURCES=etisnoop.cpp dabplussnoop.cpp lib_crc.c firecode.c faad_decoder.cpp wavfile.c etiinput.cpp
+HEADERS=dabplussnoop.h lib_crc.h firecode.h faad_decoder.h wavfile.h etiinput.h
all: etisnoop