diff options
author | Stefano Karapetsas <[email protected]> | 2014-07-01 20:03:31 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-07-01 20:03:31 +0200 |
commit | 06778518d38fc40cd106ac1a2a525ee2f416dc10 (patch) | |
tree | 3781349547c8dbfb844df49a6c7272cf6997d0b3 /Makefile.am | |
parent | 95d70cc516f957ebc8c26ff779491d13f542d832 (diff) | |
download | mate-session-manager-06778518d38fc40cd106ac1a2a525ee2f416dc10.tar.bz2 mate-session-manager-06778518d38fc40cd106ac1a2a525ee2f416dc10.tar.xz |
Disable upower in distcheckmate-session-manager-1.9.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9914dbc..8864c38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,4 +29,6 @@ MAINTAINERCLEANFILES = \ $(srcdir)/m4/intltool.m4 \ `find "$(srcdir)" -type f -name Makefile.in -print` +DISTCHECK_CONFIGURE_FLAGS = --disable-upower + -include $(top_srcdir)/git.mk |