summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-13 13:26:17 +0200
committerinfirit <[email protected]>2015-09-13 13:26:17 +0200
commit460f1d0a1a06e68c56e4265cb00dc86d4d194f78 (patch)
tree69ee1f408d75f3b6a4d5eaaa28993cecc9ac10ec /configure.ac
parent7ffd66a7e52ec1cc899755176af340b0af699ed4 (diff)
downloadmate-polkit-460f1d0a1a06e68c56e4265cb00dc86d4d194f78.tar.bz2
mate-polkit-460f1d0a1a06e68c56e4265cb00dc86d4d194f78.tar.xz
Restore --enable-examples and fix Makefile.am
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6af9815..b955e41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,7 +165,11 @@ AC_ARG_ENABLE([accountsservice],
AM_CONDITIONAL([HAVE_ACCOUNTSSERVICE], [test "x$enable_accountsservice" = xyes])
+AC_ARG_ENABLE([examples],
+ AC_HELP_STRING([--enable-examples], [Build the example programs]),,
+ [enable_examples=yes])
+AM_CONDITIONAL(BUILD_EXAMPLES, test "x$enable_examples" = "xyes")
# GObject introspection
#