# HG changeset patch # User chainsaw # Date 1140999432 28800 # Node ID 500f6d54bc469e6d89b67727e24c13c875a96859 # Parent f4af4f87850e34d15a57f61eaa18d54472c471da [svn] Remove references to inetctl from the build system. diff -r f4af4f87850e -r 500f6d54bc46 Plugins/General/Makefile.in --- 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@ diff -r f4af4f87850e -r 500f6d54bc46 configure.ac --- 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