From 528c1e5ff51e213936e800fc5a9a25da99c0bdf2 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 16:46:58 -0300 Subject: initial --- plugins/Makefile.am | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 plugins/Makefile.am (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am new file mode 100755 index 00000000..ba80e090 --- /dev/null +++ b/plugins/Makefile.am @@ -0,0 +1,42 @@ +DIST_SUBDIRS = \ + changecase \ + checkupdate \ + docinfo \ + externaltools \ + filebrowser \ + modelines \ + pythonconsole \ + quickopen \ + snippets \ + sort \ + spell \ + taglist \ + time + +SUBDIRS = \ + changecase \ + docinfo \ + filebrowser \ + modelines \ + sort \ + taglist \ + time + +if ENABLE_PYTHON +SUBDIRS += pythonconsole snippets quickopen + +if !OS_WIN32 +SUBDIRS += externaltools +endif + +endif + +if ENABLE_ENCHANT +SUBDIRS += spell +endif + +if ENABLE_UPDATER +SUBDIRS += checkupdate +endif + +-include $(top_srcdir)/git.mk -- cgit v1.2.1