From 41f7b7a2a38ca9f3929fcbd88d228b3815034876 Mon Sep 17 00:00:00 2001 From: monsta Date: Sat, 13 Jan 2018 13:54:33 +0300 Subject: drop broken invest-applet and all Python dependencies closes https://github.com/mate-desktop/mate-applets/issues/297 --- invest-applet/invest/Makefile.am | 41 ---------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 invest-applet/invest/Makefile.am (limited to 'invest-applet/invest/Makefile.am') diff --git a/invest-applet/invest/Makefile.am b/invest-applet/invest/Makefile.am deleted file mode 100644 index 7ab75594..00000000 --- a/invest-applet/invest/Makefile.am +++ /dev/null @@ -1,41 +0,0 @@ -invest-applet: invest-applet.py - sed -e "s|\@PYTHONDIR\@|$(pythondir)/|" $< > $@ - -bin_SCRIPTS = mate-invest-chart - -libexec_SCRIPTS = invest-applet - -investdir = $(pythondir)/mate_invest -invest_PYTHON = \ - __init__.py \ - about.py \ - help.py \ - applet.py \ - chart.py \ - currencies.py \ - widgets.py \ - quotes.py \ - networkmanager.py \ - preferences.py -nodist_invest_PYTHON = \ - defs.py - -BUILT_SOURCES = \ - invest-applet - -CLEANFILES = \ - $(BUILT_SOURCES) - -DISTCLEANFILES = \ - defs.py \ - $(CLEANFILES) - -EXTRA_DIST = \ - defs.py.in \ - invest-applet.py \ - mate-invest-chart \ - test.py - -#TESTS = test.py - --include $(top_srcdir)/git.mk -- cgit v1.2.1