aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-09-26 17:18:50 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-09-26 17:18:50 +0000
commit742e513e91e8d6bd78365bec3da19f13e8cb8519 (patch)
tree9193f634655412e87c65e86fce8309ee5ea51f34 /src/plugins/General/CMakeLists.txt
parent76095a46370939213ceffca85129baa3d9bac0d4 (diff)
downloadqmmp-742e513e91e8d6bd78365bec3da19f13e8cb8519.tar.gz
qmmp-742e513e91e8d6bd78365bec3da19f13e8cb8519.tar.bz2
qmmp-742e513e91e8d6bd78365bec3da19f13e8cb8519.zip
disabled scrobbler plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@563 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
-rw-r--r--src/plugins/General/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index 45bc7a436..17e93cb00 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -8,7 +8,7 @@ add_subdirectory(dbuscontrol)
ENDIF(USE_DBUS)
IF(USE_SCROBBLER)
-add_subdirectory(scrobbler)
+#add_subdirectory(scrobbler)
ENDIF(USE_SCROBBLER)
IF(USE_STATICON)