From 2b06561106415f0ff60eb5fd868f9ce015b0c23d Mon Sep 17 00:00:00 2001 From: yetist Date: Wed, 2 May 2018 22:37:09 +0800 Subject: drop python2 support --- python/Makefile.am | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 python/Makefile.am (limited to 'python/Makefile.am') diff --git a/python/Makefile.am b/python/Makefile.am deleted file mode 100644 index 1cb750a..0000000 --- a/python/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -AM_CPPFLAGS = \ - $(GLIB_CFLAGS) \ - $(PYTHON_CFLAGS) \ - -I$(srcdir)/../libmenu \ - -DMATEMENU_I_KNOW_THIS_IS_UNSTABLE \ - $(DISABLE_DEPRECATED_CFLAGS) \ - $(DEBUG_CFLAGS) - -AM_CFLAGS = \ - $(WARN_CFLAGS) \ - $(NO_STRICT_ALIASING_CFLAGS) - -matemenudir = $(pyexecdir) -matemenu_LTLIBRARIES = matemenu.la - -matemenu_la_SOURCES = matemenu.c -matemenu_la_LDFLAGS = -module -avoid-version -fPIC -export-symbols-regex initmatemenu -matemenu_la_LIBADD = $(GLIB_LIBS) $(PYTHON_LIBS) $(top_builddir)/libmenu/libmate-menu.la - --include $(top_srcdir)/git.mk -- cgit v1.2.1