summaryrefslogtreecommitdiff
path: root/plugins/quickopen/quickopen/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/quickopen/quickopen/Makefile.am')
-rwxr-xr-xplugins/quickopen/quickopen/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/quickopen/quickopen/Makefile.am b/plugins/quickopen/quickopen/Makefile.am
new file mode 100755
index 00000000..88882fdf
--- /dev/null
+++ b/plugins/quickopen/quickopen/Makefile.am
@@ -0,0 +1,13 @@
+# Quick Open Plugin
+
+plugindir = $(GEDIT_PLUGINS_LIBS_DIR)/quickopen
+plugin_PYTHON = \
+ __init__.py \
+ popup.py \
+ virtualdirs.py \
+ windowhelper.py
+
+CLEANFILES =
+DISTCLEANFILES =
+
+-include $(top_srcdir)/git.mk