--- shared/amarok_export.h.orig	2013-03-28 06:07:45.629325690 -0500
+++ shared/amarok_export.h	2013-03-28 06:07:45.648327331 -0500
@@ -26,22 +26,10 @@
    /* We are building this library */ 
 #  define AMAROK_EXPORT KDE_EXPORT
 
-#  if defined(DEBUG)
-#    define AMAROK_EXPORT_TESTS KDE_EXPORT
-#  else
-#    define AMAROK_EXPORT_TESTS
-#  endif
-
 # else
    /* We are using this library */ 
 #  define AMAROK_EXPORT KDE_IMPORT
 
-#  if defined(DEBUG)
-#    define AMAROK_EXPORT_TESTS KDE_IMPORT
-#  else
-#    define AMAROK_EXPORT_TESTS
-#  endif
-
 # endif//MAKE_AMAROKLIB_LIB 
 #endif// AMAROK_EXPORT
 
--- src/core-impl/collections/db/sql/amarok_sqlcollection_export.h.orig	2013-03-28 06:08:53.893185117 -0500
+++ src/core-impl/collections/db/sql/amarok_sqlcollection_export.h	2013-03-28 06:08:53.910186605 -0500
@@ -25,22 +25,11 @@
    /* We are building this library */
 #   define AMAROK_SQLCOLLECTION_EXPORT KDE_EXPORT
 
-#   if defined(DEBUG)
-#       define AMAROK_SQLCOLLECTION_EXPORT_TESTS KDE_EXPORT
-#   else
-#       define AMAROK_SQLCOLLECTION_EXPORT_TESTS
-#   endif
-
 
 # else
    /* We are using this library */
 #   define AMAROK_SQLCOLLECTION_EXPORT KDE_IMPORT
 
-#   if defined(DEBUG)
-#       define AMAROK_SQLCOLLECTION_EXPORT_TESTS KDE_IMPORT
-#   else
-#       define AMAROK_SQLCOLLECTION_EXPORT_TESTS
-#   endif
 
 # endif
 #endif
