summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
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/Makefile.am
parentc3e9112157320111c18b2984052abd9cd17127dc (diff)
better documentation, allow examples to be installed, etc
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index efa35efd5..19c460c92 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -72,6 +72,10 @@ simple_vc_compat_cxx_LINK = $(CXXLINK)
simple_vc_compat_c_LINK = $(LINK)
endif
+# for installation
+examplesdir = $(docdir)/$(subdir)
+examples_DATA = $(DIST_SOURCES) $(EXTRA_DIST)
+
MOSTLYCLEANFILES = $(noinst_DATA)
# for silent automake rules
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback