diff options
author | yetist <[email protected]> | 2018-05-02 22:37:09 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-27 13:44:45 +0200 |
commit | 2b06561106415f0ff60eb5fd868f9ce015b0c23d (patch) | |
tree | 7df43e0e2399b88b03dfd20037ae4f7aaf7bf3f6 /python/Makefile.am | |
parent | 2542262a67e17531617b527360b544e4b6478980 (diff) | |
download | mate-menus-2b06561106415f0ff60eb5fd868f9ce015b0c23d.tar.bz2 mate-menus-2b06561106415f0ff60eb5fd868f9ce015b0c23d.tar.xz |
drop python2 support
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
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 |