summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-23 13:29:52 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-28 11:45:49 -0500
commit1b5c67c4233649d58c42be5e0290efa9bbc02551 (patch)
treed3391dda6d49295d36e9d05cdb3aa0914612713e /configure.ac
parent065ee3cba18d4a4949a57a5e656ea6adf7f1d241 (diff)
config: let the samples directory handle the samples
In this case, simply distribute the samples, no installation Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bac4fbc..6773947 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,5 +63,6 @@ AC_CONFIG_FILES([
Makefile
man/Makefile
commands/Makefile
- contexts/Makefile])
+ contexts/Makefile
+ samples/Makefile])
AC_OUTPUT