From 8a78d61361180445eb316f8738751cc6d845799b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 17 Aug 2004 23:18:00 +0000 Subject: Initial implementation of mkha1 --- tools/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/Makefile.am (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 0000000..aa3519f --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,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} -- cgit v1.2.3