diff options
author | monsta <[email protected]> | 2018-10-07 16:55:54 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-10-07 16:55:54 +0300 |
commit | 71e85c19d712f455c116b58c2bdbbda862270504 (patch) | |
tree | 40e844798fc9a607add4a726514f4f6ff40c707b /Makefile.am | |
parent | 3a5d32495062ac2b63a679314b51e31c923bf25d (diff) | |
download | mate-menus-71e85c19d712f455c116b58c2bdbbda862270504.tar.bz2 mate-menus-71e85c19d712f455c116b58c2bdbbda862270504.tar.xz |
drop Python support leftovers
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a3d276a..8a7ae57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = autogen.sh -DISTCHECK_CONFIGURE_FLAGS = --disable-introspection --disable-python +DISTCHECK_CONFIGURE_FLAGS = --disable-introspection MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ @@ -17,7 +17,6 @@ MAINTAINERCLEANFILES = \ $(srcdir)/ltmain.sh \ $(srcdir)/missing \ $(srcdir)/mkinstalldirs \ - $(srcdir)/py-compile \ `find "$(srcdir)" -type f -name Makefile.in -print` \ $(srcdir)/configure \ $(srcdir)/m4/intltool.m4 \ |