From b540111644608c4873b0075b96a7cfbc127501ee Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 6 Mar 2015 09:44:27 -0600 Subject: Adding in libdbustest --- configure.ac | 2 ++ debian/control | 1 + tests/Makefile.am | 2 ++ 3 files changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 4190606..b9c8800 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,8 @@ PKG_CHECK_MODULES(APPLET, gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION PKG_CHECK_MODULES(GIO, gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) +PKG_CHECK_MODULES(DBUSTEST, dbustest-1) + AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) diff --git a/debian/control b/debian/control index 5cdba7d..eccb874 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools, intltool, libaccountsservice-dev, + libdbustest1-dev, libgirepository1.0-dev (>= 0.9.12), libgtest-dev, python3-dbusmock, diff --git a/tests/Makefile.am b/tests/Makefile.am index 1980de3..7d433ba 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -47,10 +47,12 @@ indicator_test_CPPFLAGS = \ -DINDICATOR_MESSAGES_SERVICE_BINARY="\"$(top_bindir)/service/indicator-messages-service\"" \ -std=c++11 \ $(APPLET_CFLAGS) \ + $(DBUSTEST_CFLAGS) \ $(AM_CPPFLAGS) indicator_test_LDADD = \ $(APPLET_LIBS) \ + $(DBUSTEST_LIBS) \ libgtest.a TESTS += indicator-test -- cgit v1.2.3