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 --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile.am') 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