aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-10-19 05:11:38 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-10-19 05:11:38 +0200
commit6e8d21f63be63a76dfcefc9911c487ce50491721 (patch)
tree24d14db7ea574e7dbd408a9faf1e911c5e5a3277
parent4f983da0f35974b4ce1ea9b2598188f2d1501fda (diff)
downloadetisnoop-6e8d21f63be63a76dfcefc9911c487ce50491721.tar.gz
etisnoop-6e8d21f63be63a76dfcefc9911c487ce50491721.tar.bz2
etisnoop-6e8d21f63be63a76dfcefc9911c487ce50491721.zip
Compile faadalyse in C99
-rw-r--r--Makefile.faadalyse2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.faadalyse b/Makefile.faadalyse
index 449074a..f73a8f4 100644
--- a/Makefile.faadalyse
+++ b/Makefile.faadalyse
@@ -1,6 +1,6 @@
CC=gcc
CXX=g++
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g --std=c99
CXXFLAGS = -Wall -g --std=c++11 -DDPS_DEBUG=1
SOURCES = src/dabplussnoop.cpp \
src/faadalyse.cpp \