summaryrefslogtreecommitdiff
path: root/examples/hashsmt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hashsmt/Makefile.am')
-rw-r--r--examples/hashsmt/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/hashsmt/Makefile.am b/examples/hashsmt/Makefile.am
index 21726e9a6..950a06af8 100644
--- a/examples/hashsmt/Makefile.am
+++ b/examples/hashsmt/Makefile.am
@@ -28,4 +28,9 @@ sha1_collision_LDADD = \
# for installation
examplesdir = $(docdir)/$(subdir)
-examples_DATA = $(DIST_SOURCES) $(EXTRA_DIST)
+examples_DATA = \
+ sha1_inversion.cpp \
+ sha1_collision.cpp \
+ word.h \
+ word.cpp \
+ sha1.hpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback