aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 10:03:10 -0600
committerTed Gould <ted@gould.cx>2010-12-08 10:03:10 -0600
commit4a94c8c8c2756fb91164b35ecc767a90f1c61a25 (patch)
tree7172c7b84d60651bf3e41d8a68417a643f17c872 /configure.ac
parent9530e6993889a539081131ab1bd14635062569fa (diff)
downloadlibayatana-appindicator-4a94c8c8c2756fb91164b35ecc767a90f1c61a25.tar.gz
libayatana-appindicator-4a94c8c8c2756fb91164b35ecc767a90f1c61a25.tar.bz2
libayatana-appindicator-4a94c8c8c2756fb91164b35ecc767a90f1c61a25.zip
Adding a build for dbus-glib for tests so that we can pass them unmodified.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
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
###########################