summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fbaf891..061e208 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ else
AC_MSG_ERROR([Guile 2.0 required.])
fi
-AC_CONFIG_FILES([Makefile doc/Makefile])
+AC_CONFIG_FILES([Makefile doc/Makefile examples/Makefile])
AC_CONFIG_FILES([env], [chmod +x env])
PKG_CHECK_MODULES([SDL], [sdl <= 1.3 sdl >= 1.2])