afb-trace: Fix bug in session handling
[src/app-framework-binder.git] / src / afb-api-dbus.c
index a1e15fd..a2c9b08 100644 (file)
@@ -15,8 +15,9 @@
  * limitations under the License.
  */
 
+#if defined(WITH_DBUS_TRANSPARENCY)
+
 #define _GNU_SOURCE
-#define NO_PLUGIN_VERBOSE_MACRO
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -1013,4 +1014,5 @@ error:
        return -1;
 }
 
+#endif