diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-06 21:31:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-06 21:31:10 +0300 |
commit | 3ebc9e4191d4a06e759371afb7f65be360ecc58c (patch) | |
tree | ce50cd45c8a8fe50a52119f794c2af9a5a99d929 | |
parent | 3a56da3c09845676534f460f75c8adb6c65fbb79 (diff) | |
download | evol-hercules-3ebc9e4191d4a06e759371afb7f65be360ecc58c.tar.gz evol-hercules-3ebc9e4191d4a06e759371afb7f65be360ecc58c.tar.bz2 evol-hercules-3ebc9e4191d4a06e759371afb7f65be360ecc58c.tar.xz evol-hercules-3ebc9e4191d4a06e759371afb7f65be360ecc58c.zip |
Add new packet version constants.
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |