diff options
author | raveit65 <[email protected]> | 2018-12-25 11:37:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-25 11:37:45 +0100 |
commit | 4602ece9e4bc15581fe87cb632652257cf503c65 (patch) | |
tree | 5754806b51528bdc37685fb46cbd72941bf3b8c1 | |
parent | 9ecc6730f6123b1875b1e586fadef2716e76adce (diff) | |
download | mate-user-share-4602ece9e4bc15581fe87cb632652257cf503c65.tar.bz2 mate-user-share-4602ece9e4bc15581fe87cb632652257cf503c65.tar.xz |
drop obsolete configure option from distcheck
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 98c9ade..4b63d08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install \ +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-compile \ --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \ CFLAGS='-Wno-deprecated-declarations' |