changeset 282:ef5798bfbae2 trunk

[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.
author nenolod
date Tue, 13 Dec 2005 19:03:19 -0800
parents e85198a7f34d
children 72dcd30156ca
files Plugins/Effect/Makefile.am Plugins/Interface/Makefile.am
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- /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)