From f8a37b9ce3a88d211e252c02c5436fcfa360cb73 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 9 May 2014 11:11:31 -0400 Subject: [PATCH] Fix for example installation. --- examples/hashsmt/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2