diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-14 13:13:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-14 13:13:06 +0300 |
commit | a64d627afaf3c2211de164cc25325323092db3cc (patch) | |
tree | 58f4e8d2206b825c42539307cded54b2f9ac6488 /src/Makefile.am | |
parent | fd3ff79b70accad28179fdc23049daec0bec9997 (diff) | |
download | evol-hercules-a64d627afaf3c2211de164cc25325323092db3cc.tar.gz evol-hercules-a64d627afaf3c2211de164cc25325323092db3cc.tar.bz2 evol-hercules-a64d627afaf3c2211de164cc25325323092db3cc.tar.xz evol-hercules-a64d627afaf3c2211de164cc25325323092db3cc.zip |
Add internal variable with client version.
New variable: ClientVersion
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6099737..5c0befa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,8 @@ MAP_SRC = map/dummy.c \ map/init.c \ map/parse.c \ map/parse.h \ + map/pc.c \ + map/pc.h \ map/script.c \ map/script.h \ map/session.c \ |