changeset 710:500f6d54bc46 trunk

[svn] Remove references to inetctl from the build system.
author chainsaw
date Sun, 26 Feb 2006 16:17:12 -0800
parents f4af4f87850e
children 6792c5fb22f8
files Plugins/General/Makefile.in configure.ac
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/General/Makefile.in	Sun Feb 26 16:14:17 2006 -0800
+++ b/Plugins/General/Makefile.in	Sun Feb 26 16:17:12 2006 -0800
@@ -1,6 +1,6 @@
 include ../../mk/rules.mk
 include ../../mk/objective.mk
 
-ALL_PLUGINS = lirc song_change inetctl
+ALL_PLUGINS = lirc song_change
 SUBDIRS = @GENERAL_PLUGINS@
 
--- a/configure.ac	Sun Feb 26 16:14:17 2006 -0800
+++ b/configure.ac	Sun Feb 26 16:17:12 2006 -0800
@@ -125,7 +125,7 @@
 
 INPUT_PLUGINS="cdaudio tonegen console sexypsf wav"
 EFFECT_PLUGINS="ladspa"
-GENERAL_PLUGINS="song_change inetctl"
+GENERAL_PLUGINS="song_change"
 VISUALIZATION_PLUGINS="blur_scope"
 
 dnl Option to change equalizer to the old XMMS one which only works with the mpg123
@@ -876,7 +876,6 @@
 	Plugins/General/Makefile
 	Plugins/General/song_change/Makefile
 	Plugins/General/lirc/Makefile
-	Plugins/General/inetctl/Makefile
 	Plugins/General/scrobbler/Makefile
 	Plugins/General/scrobbler/tags/Makefile
 	Plugins/Effect/Makefile