From a45875e43e8e11543d21cdd6f9cf8507130966d9 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 20 Oct 2004 05:17:54 +0000 Subject: list plugins as a subdir 2004-10-20 JP Rosevear * Makefile.am: list plugins as a subdir * plugins/Makefile.am: build enabled plugins * plugin.mk: simple rule for creating .eplug files * configure.in: add plugin foo; --enable-plugins=all turns them all on, or you can --enable-plugins=" " to list specific ones svn path=/trunk/; revision=27640 --- plugin.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugin.mk (limited to 'plugin.mk') diff --git a/plugin.mk b/plugin.mk new file mode 100644 index 0000000000..bacbb420f2 --- /dev/null +++ b/plugin.mk @@ -0,0 +1,2 @@ +%.eplug: %.eplug.in + sed -e 's|\@PLUGINDIR\@|$(plugindir)|' $< > $@ -- cgit v1.2.3