We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a561e05 commit bfe514aCopy full SHA for bfe514a
Makefile.am
@@ -11,7 +11,7 @@ DISTCHECK_CONFIGURE_FLAGS="--with-systemdsystemunitdir=$$dc_install_base/$(syste
11
12
ipfixprobe_LDFLAGS=-lpthread -ldl -latomic
13
ipfixprobe_CFLAGS=-I$(srcdir)/include/ -fPIC
14
-ipfixprobe_CXXFLAGS=-std=gnu++11 -Wno-write-strings -I$(srcdir)/include/ -fPIC
+ipfixprobe_CXXFLAGS=-std=gnu++17 -Wno-write-strings -I$(srcdir)/include/ -fPIC
15
16
if OS_CYGWIN
17
ipfixprobe_CXXFLAGS+=-Wl,--export-all-symbols
@@ -143,7 +143,9 @@ ipfixprobe_process_src=\
143
process/flow_hash.hpp \
144
process/flow_hash.cpp \
145
process/mpls.hpp \
146
- process/mpls.cpp
+ process/mpls.cpp \
147
+ process/mqtt.hpp \
148
+ process/mqtt.cpp
149
150
if WITH_QUIC
151
ipfixprobe_process_src+=\
0 commit comments