diff options
author | raveit65 <[email protected]> | 2018-12-25 11:37:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-25 11:47:26 +0100 |
commit | c1ec1acbd62d06e926470d2825758c140ba11167 (patch) | |
tree | f0ce92c698ed667a4d79b82a07fab1b45969a21a | |
parent | e48d551f94e40d6422f5f50a3546b102003a47e7 (diff) | |
download | mate-user-share-c1ec1acbd62d06e926470d2825758c140ba11167.tar.bz2 mate-user-share-c1ec1acbd62d06e926470d2825758c140ba11167.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' |