summaryrefslogtreecommitdiff
path: root/examples/hashsmt
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-03 21:41:15 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-03 21:41:15 +0000
commit7b7397c8fd04093e3e50666bc56954133805bd25 (patch)
treeeef7b8ed929c47aa16b243b8fe9b91557e0ecdfe /examples/hashsmt
parentc3e9112157320111c18b2984052abd9cd17127dc (diff)
better documentation, allow examples to be installed, etc
Diffstat (limited to 'examples/hashsmt')
-rw-r--r--examples/hashsmt/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/hashsmt/Makefile.am b/examples/hashsmt/Makefile.am
index 64dc60899..b385856e7 100644
--- a/examples/hashsmt/Makefile.am
+++ b/examples/hashsmt/Makefile.am
@@ -15,3 +15,7 @@ sha1smt_SOURCES = \
sha1.hpp
sha1smt_LDADD = \
@builddir@/../../src/libcvc4.la
+
+# for installation
+examplesdir = $(docdir)/$(subdir)
+examples_DATA = $(DIST_SOURCES) $(EXTRA_DIST)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback