mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
This is from official repo (SVN rev. 300) Additionally includes free implementation of stdint.h and dirent.h for VC++, aswell as Visual Studio project files. Special thanks to faramir118 for Windows support.
8 lines
188 B
Makefile
8 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
|