diff options
author | gumi <git@gumi.ca> | 2018-03-14 13:24:32 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-03-14 14:03:32 -0400 |
commit | 5e986aba7502612ff837b1e215c3467622606f00 (patch) | |
tree | 910aa0f89db59d037f42fd54d23016381c5596f7 /src/Makefile.am | |
parent | c3262df069c597bd3c56e167cadc077c077d0096 (diff) | |
download | evol-hercules-judy.tar.gz evol-hercules-judy.tar.bz2 evol-hercules-judy.tar.xz evol-hercules-judy.zip |
add judy array supportjudy
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 68828fe..8bfb2f9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -51,6 +51,8 @@ MAP_SRC = emap/atcommand.c \ emap/effects.h \ emap/hashtable.c \ emap/hashtable.h \ + emap/judyarray.c \ + emap/judyarray.h \ emap/homunculus.c \ emap/homunculus.h \ emap/horse.c \ @@ -140,7 +142,7 @@ SHARED_CFLAGS = ${CFLAGS} -O3 -pipe -ffast-math -std=c99 -Wall -Wextra -Wno-sign -DPCRE_SUPPORT -I../../.. -I../../../../3rdparty \ -DPACKETVER=20150513 \ -DevolPacketOffset=0 -SHARED_LDFLAGS = -avoid-version -Wl,--no-undefined +SHARED_LDFLAGS = -avoid-version -Wl,--no-undefined -lJudy if ENABLE_STATIC_BUILD SHARED_CFLAGS += "-static-libgcc" |