summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-17 23:18:00 +0000
committerStef Walter <stef@memberwebs.com>2004-08-17 23:18:00 +0000
commit8a78d61361180445eb316f8738751cc6d845799b (patch)
tree3b0380c6ce971712c6f11861bf4d02d70b366168 /tools/Makefile.am
parent6df85597413840846409f7434941ed0f10ec4a38 (diff)
Initial implementation of mkha1
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am8
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}