From 3ebc9e4191d4a06e759371afb7f65be360ecc58c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 6 Apr 2018 21:31:10 +0300 Subject: Add new packet version constants. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 68828fe..91b8097 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -139,6 +139,9 @@ MAP_SRC = emap/atcommand.c \ SHARED_CFLAGS = ${CFLAGS} -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer \ -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty \ -DPACKETVER=20150513 \ + -DPACKETVER_MAIN_NUM=20150513 \ + -DPACKETVER_RE_NUM=0 \ + -DPACKETVER_ZERO_NUM=0 \ -DevolPacketOffset=0 SHARED_LDFLAGS = -avoid-version -Wl,--no-undefined -- cgit v1.2.3-60-g2f50