Skip to content

Commit bfe514a

Browse files
committed
Change c++ version to c++17
1 parent a561e05 commit bfe514a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DISTCHECK_CONFIGURE_FLAGS="--with-systemdsystemunitdir=$$dc_install_base/$(syste
1111

1212
ipfixprobe_LDFLAGS=-lpthread -ldl -latomic
1313
ipfixprobe_CFLAGS=-I$(srcdir)/include/ -fPIC
14-
ipfixprobe_CXXFLAGS=-std=gnu++11 -Wno-write-strings -I$(srcdir)/include/ -fPIC
14+
ipfixprobe_CXXFLAGS=-std=gnu++17 -Wno-write-strings -I$(srcdir)/include/ -fPIC
1515

1616
if OS_CYGWIN
1717
ipfixprobe_CXXFLAGS+=-Wl,--export-all-symbols
@@ -143,7 +143,9 @@ ipfixprobe_process_src=\
143143
process/flow_hash.hpp \
144144
process/flow_hash.cpp \
145145
process/mpls.hpp \
146-
process/mpls.cpp
146+
process/mpls.cpp \
147+
process/mqtt.hpp \
148+
process/mqtt.cpp
147149

148150
if WITH_QUIC
149151
ipfixprobe_process_src+=\

0 commit comments

Comments
 (0)