summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-15 13:56:32 +0100
committerChristian Grothoff <christian@grothoff.org>2016-03-15 13:56:32 +0100
commit9d76bbc96333942d4e2a22b8a27a67068408608c (patch)
tree65febb7c648364c0ba16b18e34ccbafc71de8b80 /configure.ac
parent19e9a9bcdb520425700da30608d97427b0cc829e (diff)
downloadmerchant-9d76bbc96333942d4e2a22b8a27a67068408608c.tar.gz
merchant-9d76bbc96333942d4e2a22b8a27a67068408608c.tar.bz2
merchant-9d76bbc96333942d4e2a22b8a27a67068408608c.zip
fixing build system to include examples
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6587a16e..f4be21a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -214,6 +214,13 @@ AC_TYPE_UINTMAX_T
AC_CHECK_FUNCS([strdup])
AC_CONFIG_FILES([Makefile
+examples/Makefile
+examples/blog/Makefile
+examples/blog/articles/Makefile
+examples/blog/web-common/Makefile
+examples/shop/Makefile
+examples/shop/web-common/Makefile
+copylib/Makefile
src/Makefile
src/include/Makefile
src/backenddb/Makefile