summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-02-09 20:17:17 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-02-09 20:17:17 -0500
commit342fbcffc1b17f03ae4b9f7de3caccc5e45da0f1 (patch)
treea4fcf920e20b6e127b19bb4479cf4a311fff77c4 /Makefile.am
parent0529df9a8021d09f592e0a6eef0c19e148c5336e (diff)
Add examples Makefile.
* Makefile.am (SUBDIRS): Add 'examples'. * configure.ac (AC_CONFIG_FILES): Add 'examples/Makefile'. * examples/Makefile.am: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6d6ed00..80798e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,4 +41,6 @@ WRAPPER_SOURCES = \
EXTRA_DIST += env.in
-SUBDIRS = doc
+SUBDIRS = \
+ doc \
+ examples