From bb83669a1a1cdf3cc4949a13a6b6977b336cd178 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 6 Mar 2015 14:40:32 -0600 Subject: Get the paths right --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 74d7eef..ee0b9d7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,8 +45,8 @@ indicator_test_SOURCES = \ indicator-test.cpp indicator_test_CPPFLAGS = \ - -DINDICATOR_MESSAGES_SERVICE_BINARY="\"$(top_builddir)/service/indicator-messages-service\"" \ - -DSCHEMA_DIR="\"$(builddir)/gsettings-schemas-compiled/\"" \ + -DINDICATOR_MESSAGES_SERVICE_BINARY="\"$(abs_top_builddir)/src/indicator-messages-service\"" \ + -DSCHEMA_DIR="\"$(abs_builddir)/gsettings-schemas-compiled/\"" \ -std=c++11 \ $(APPLET_CFLAGS) \ $(DBUSTEST_CFLAGS) \ -- cgit v1.2.3