From ada22d0f925322db1f59c37708128a6dffc60650 Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Wed, 11 Sep 2013 15:27:38 +0800 Subject: [PATCH] Remove DBUS_COMPILATION from test source code DBUS_COMPILATION definition was moved to test/Makefile.am static_cppflags, so remove it from test source code. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68852 --- test/break-loader.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/break-loader.c b/test/break-loader.c index e62b8c2..1e406fc 100644 --- a/test/break-loader.c +++ b/test/break-loader.c @@ -33,12 +33,10 @@ #include #include -#define DBUS_COMPILATION #include #include #include #include -#undef DBUS_COMPILATION static DBusString failure_dir; static int total_attempts; -- 1.7.9.5