Fix failure to build exit-on-close gdbus test
authorRyan Lortie <desrt@desrt.ca>
Sat, 1 Jun 2013 15:38:10 +0000 (11:38 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 1 Jun 2013 15:38:10 +0000 (11:38 -0400)
commit79972d22ac7085c252b6714d7dffd10fb470db6b
treeeed19a9f119d10eb2f62824bcee5b5bdb6143ef7
parent16ec6295806131103e1ba08f8b23f5b9bbe05adb
Fix failure to build exit-on-close gdbus test

In the case that HAVE_DBUS_DAEMON was undefined (as in ostree where glib
is built before D-Bus) this test was failing.  Move it inside the
HAVE_DBUS_DAEMON block.
gio/tests/Makefile.am