mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-12 11:43:54 +00:00
f06f32849f
working on #672 NOTE: This commit can't be compiled!!
9 lines
188 B
Makefile
9 lines
188 B
Makefile
# minimum required automake 1.6
|
|
AUTOMAKE_OPTIONS = 1.6
|
|
|
|
# the main programs.
|
|
bin_PROGRAMS = crypt_buf_gen
|
|
|
|
# sources for crypt_buf_gen program.
|
|
crypt_buf_gen_SOURCES = crypt_buf_gen.c
|