2011-11-07 13:46:58 -06:00
|
|
|
# Python snippets plugin
|
|
|
|
|
2011-11-07 16:52:18 -06:00
|
|
|
plugindir = $(PLUMA_PLUGINS_LIBS_DIR)/externaltools
|
2011-11-07 13:46:58 -06:00
|
|
|
plugin_PYTHON = \
|
|
|
|
__init__.py \
|
|
|
|
capture.py \
|
|
|
|
library.py \
|
|
|
|
functions.py \
|
|
|
|
manager.py \
|
|
|
|
outputpanel.py \
|
|
|
|
filelookup.py \
|
|
|
|
linkparsing.py
|
|
|
|
|
2011-11-07 16:52:18 -06:00
|
|
|
uidir = $(PLUMA_PLUGINS_DATA_DIR)/externaltools/ui
|
2011-11-07 13:46:58 -06:00
|
|
|
ui_DATA = tools.ui \
|
|
|
|
outputpanel.ui
|
|
|
|
|
|
|
|
EXTRA_DIST = $(ui_DATA)
|
|
|
|
|
|
|
|
CLEANFILES = *.bak *.gladep
|
|
|
|
DISTCLEANFILES = *.bak *.gladep
|
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|