From 312ba610a1e98fc656fb58178227d7d45a64494e Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 14 Nov 2011 18:24:48 -0300 Subject: initial --- invest-applet/invest/Makefile.am | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create 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 new file mode 100644 index 00000000..286b974c --- /dev/null +++ b/invest-applet/invest/Makefile.am @@ -0,0 +1,41 @@ +invest-applet: invest-applet.py + sed -e "s|\@PYTHONDIR\@|$(pythondir)/|" $< > $@ + +bin_SCRIPTS = invest-chart + +libexec_SCRIPTS = invest-applet + +investdir = $(pythondir)/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 \ + invest-chart \ + test.py + +#TESTS = test.py + +-include $(top_srcdir)/git.mk -- cgit v1.2.1