From 8a43c70e54cb22ece6083563c5a988d924153a07 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Tue, 15 Jan 2013 15:00:49 +0100 Subject: [PATCH] Move AccountDllMacro to libtomahawk so it can be used by external plugins --- src/accounts/zeroconf/Zeroconf.h | 2 +- src/accounts/zeroconf/ZeroconfAccount.h | 2 +- src/{ => libtomahawk}/accounts/AccountDllMacro.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{ => libtomahawk}/accounts/AccountDllMacro.h (100%) diff --git a/src/accounts/zeroconf/Zeroconf.h b/src/accounts/zeroconf/Zeroconf.h index 5c79c89b5..d6803f8f4 100644 --- a/src/accounts/zeroconf/Zeroconf.h +++ b/src/accounts/zeroconf/Zeroconf.h @@ -24,7 +24,7 @@ #include "accounts/Account.h" #include "TomahawkZeroconf.h" -#include "../AccountDllMacro.h" +#include "accounts/AccountDllMacro.h" #include diff --git a/src/accounts/zeroconf/ZeroconfAccount.h b/src/accounts/zeroconf/ZeroconfAccount.h index 644e1cc3f..a223ce275 100644 --- a/src/accounts/zeroconf/ZeroconfAccount.h +++ b/src/accounts/zeroconf/ZeroconfAccount.h @@ -21,7 +21,7 @@ #include "Zeroconf.h" #include "accounts/Account.h" -#include "../AccountDllMacro.h" +#include "accounts/AccountDllMacro.h" class SipPlugin; diff --git a/src/accounts/AccountDllMacro.h b/src/libtomahawk/accounts/AccountDllMacro.h similarity index 100% rename from src/accounts/AccountDllMacro.h rename to src/libtomahawk/accounts/AccountDllMacro.h