# HG changeset patch # User nenolod # Date 1134529399 28800 # Node ID ef5798bfbae2b88fc8bcf7cda1a196f7d52f615d # Parent e85198a7f34dc0f67e0c331ff977845346ad636a [svn] - Add interface plugin type (buildsystem). - Update Effect Makefile to use $EFFECT_PLUGINS vs $GENERAL_PLUGINS, even though this doesn't have any effect on anything. diff -r e85198a7f34d -r ef5798bfbae2 Plugins/Effect/Makefile.am --- a/Plugins/Effect/Makefile.am Mon Dec 12 23:11:30 2005 -0800 +++ b/Plugins/Effect/Makefile.am Tue Dec 13 19:03:19 2005 -0800 @@ -1,2 +1,2 @@ ALL_PLUGINS = ladspa -SUBDIRS = $(GENERAL_PLUGINS) +SUBDIRS = $(EFFECT_PLUGINS) diff -r e85198a7f34d -r ef5798bfbae2 Plugins/Interface/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/Interface/Makefile.am Tue Dec 13 19:03:19 2005 -0800 @@ -0,0 +1,2 @@ +ALL_PLUGINS = +SUBDIRS = $(INTERFACE_PLUGINS)