[glib] gio/tests: Drop superfluous dbus-1 dependencies of gdbus-auth
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gio/tests: Drop superfluous dbus-1 dependencies of gdbus-auth
- Date: Fri, 4 Jan 2013 20:38:20 +0000 (UTC)
commit 330c6c116e31628fcd46ee95e7bff51c60be5bab
Author: Rico Tzschichholz <ricotz t-online de>
Date: Fri Jan 4 21:36:37 2013 +0100
gio/tests: Drop superfluous dbus-1 dependencies of gdbus-auth
gio/tests/Makefile.am | 3 +--
gio/tests/gdbus-auth.c | 1 -
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am
index 89e75b8..db73a65 100644
--- a/gio/tests/Makefile.am
+++ b/gio/tests/Makefile.am
@@ -199,8 +199,7 @@ endif
TEST_PROGS += gdbus-auth
gdbus_auth_SOURCES = gdbus-auth.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
-gdbus_auth_CFLAGS = $(DBUS1_CFLAGS)
-gdbus_auth_LDADD = $(LDADD) $(DBUS1_LIBS)
+gdbus_auth_LDADD = $(LDADD)
gdbus_bz627724_SOURCES = gdbus-bz627724.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
diff --git a/gio/tests/gdbus-auth.c b/gio/tests/gdbus-auth.c
index c34b982..0aba9ca 100644
--- a/gio/tests/gdbus-auth.c
+++ b/gio/tests/gdbus-auth.c
@@ -25,7 +25,6 @@
#include <string.h>
#include <unistd.h>
-#include <dbus/dbus.h>
#include "gdbus-tests.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]