diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-25 17:47:04 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-25 17:47:04 +0000 |
| commit | 05d7e21348c192ba72e4cfe2e722d6a0f54ab326 (patch) | |
| tree | e030147904583e00fbe00535ee8eef6a5f9b4282 /src/plugins/General/CMakeLists.txt | |
| parent | 30e7371dea213b2e5c80c344ecc19e89808d976d (diff) | |
| download | qmmp-05d7e21348c192ba72e4cfe2e722d6a0f54ab326.tar.gz qmmp-05d7e21348c192ba72e4cfe2e722d6a0f54ab326.tar.bz2 qmmp-05d7e21348c192ba72e4cfe2e722d6a0f54ab326.zip | |
scrobbler plugin: now-playing notification support, new api support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@707 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index d596e06ef..e78c28075 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -8,7 +8,7 @@ add_subdirectory(mpris) ENDIF(USE_DBUS) IF(USE_SCROBBLER) -#add_subdirectory(scrobbler) +add_subdirectory(scrobbler) ENDIF(USE_SCROBBLER) IF(USE_STATICON) |
