From 342fbcffc1b17f03ae4b9f7de3caccc5e45da0f1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 9 Feb 2014 20:17:17 -0500 Subject: Add examples Makefile. * Makefile.am (SUBDIRS): Add 'examples'. * configure.ac (AC_CONFIG_FILES): Add 'examples/Makefile'. * examples/Makefile.am: New file. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3