# HG changeset patch # User nenolod # Date 1131082828 28800 # Node ID be5550234631c6d163fe3b2f32e2dadfca63412b # Parent 0edf51fbd2937db035f04a8c0d8ffc497c553487 [svn] Add build infrastructure for General plugins :) diff -r 0edf51fbd293 -r be5550234631 Plugins/General/Makefile.am --- /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) diff -r 0edf51fbd293 -r be5550234631 Plugins/Makefile.am --- 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