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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4391bc6672..7b074364f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ SUBDIRS = \ art \ composer \ mail \ + plugins \ ui \ views \ tools \ -- cgit v1.2.3