Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.

BUG: 650
This commit is contained in:
craig.p.drummond
2015-03-16 19:18:52 +00:00
committed by craig.p.drummond
parent acc0bfb44a
commit 93b70ec240
145 changed files with 169 additions and 166 deletions

View File

@@ -27,7 +27,7 @@
#include <QObject>
#include <QByteArray>
#include <QSet>
#include "mpd/song.h"
#include "mpd-interface/song.h"
#include "config.h"
class HttpSocket;