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
|