From 4a94c8c8c2756fb91164b35ecc767a90f1c61a25 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 8 Dec 2010 10:03:10 -0600 Subject: Adding a build for dbus-glib for tests so that we can pass them unmodified. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7b192ca..30b2279 100644 --- a/configure.ac +++ b/configure.ac @@ -73,6 +73,10 @@ AS_IF([test "x$with_gtk" = x3], ) AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3]) +PKG_CHECK_MODULES(TESTDEPS, dbus-glib-1) +AC_SUBST(TESTDEPS_CFLAGS) +AC_SUBST(TESTDEPS_LIBS) + ########################### # GObject Introspection ########################### -- cgit v1.2.3