diff options
author | Stef Walter <stef@memberwebs.com> | 2004-08-17 23:18:00 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-08-17 23:18:00 +0000 |
commit | 8a78d61361180445eb316f8738751cc6d845799b (patch) | |
tree | 3b0380c6ce971712c6f11861bf4d02d70b366168 /tools/Makefile.am | |
parent | 6df85597413840846409f7434941ed0f10ec4a38 (diff) |
Initial implementation of mkha1
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
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} |