changeset 115:be5550234631 trunk

[svn] Add build infrastructure for General plugins :)
author nenolod
date Thu, 03 Nov 2005 21:40:28 -0800
parents 0edf51fbd293
children d6466298eee3
files Plugins/General/Makefile.am Plugins/Makefile.am
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Plugins/General/Makefile.am	Thu Nov 03 21:40:28 2005 -0800
@@ -0,0 +1,2 @@
+ALL_PLUGINS = song_change
+SUBDIRS = $(GENERAL_PLUGINS)
--- a/Plugins/Makefile.am	Thu Nov 03 17:43:12 2005 -0800
+++ b/Plugins/Makefile.am	Thu Nov 03 21:40:28 2005 -0800
@@ -1,1 +1,1 @@
-SUBDIRS = Input Output Visualization
+SUBDIRS = Input Output Visualization General