diff options
Diffstat (limited to 'etisnoop/Makefile')
-rw-r--r-- | etisnoop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etisnoop/Makefile b/etisnoop/Makefile index c0a3a52..334077b 100644 --- a/etisnoop/Makefile +++ b/etisnoop/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 |