From 3f44977885d33ea694df399a83cf198dd85b5fed Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Fri, 2 May 2008 14:30:06 +0000 Subject: Added support to load plugins from different directories and the ability to specify the default directory from configure. svn-id: r31816 --- rules.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rules.mk') diff --git a/rules.mk b/rules.mk index 2fea7ccb36..f2365f8928 100644 --- a/rules.mk +++ b/rules.mk @@ -51,6 +51,9 @@ PLUGIN:= # Add to "plugins" target plugins: $(PLUGIN-$(MODULE)) +# Add to the PLUGINS variable +PLUGINS += $(PLUGIN-$(MODULE)) + # Pseudo target for comfort, allows for "make common", "make gui" etc. $(MODULE): $(PLUGIN-$(MODULE)) clean-plugins: clean-$(MODULE) -- cgit v1.2.3