blob: aa3519fde62369a08e74d75086a48254d4705ce0 (
plain)
1
2
3
4
5
6
7
8
|
sbin_PROGRAMS = mkha1
mkha1_SOURCES = mkha1.c \
../common/compat.h ../common/compat.c ../common/buffer.h ../common/buffer.c \
../common/md5.h ../common/md5.c ../common/stringx.c ../common/stringx.h
mkha1_CFLAGS = -I${top_srcdir}/common/ -I${top_srcdir}
|