aboutsummaryrefslogtreecommitdiff
path: root/dst/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dst/Makefile.am')
-rw-r--r--dst/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/dst/Makefile.am b/dst/Makefile.am
new file mode 100644
index 0000000..8937fe8
--- /dev/null
+++ b/dst/Makefile.am
@@ -0,0 +1,8 @@
+AM_CPPFLAGS = -DMINIRES_LIB -DHMAC_MD5
+
+lib_LIBRARIES = libdst.a
+
+libdst_a_SOURCES = dst_support.c dst_api.c hmac_link.c md5_dgst.c \
+ base64.c prandom.c
+
+EXTRA_DIST = dst_internal.h md5.h md5_locl.h