aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2015-03-06 14:40:32 -0600
committerTed Gould <ted@gould.cx>2015-03-06 14:40:32 -0600
commitbb83669a1a1cdf3cc4949a13a6b6977b336cd178 (patch)
tree181112aed71bb889387f58954cc6d81f07e6d2c1 /tests
parent31fccc96b4f29a018b9c097e267313bc6b103a5e (diff)
downloadayatana-indicator-messages-bb83669a1a1cdf3cc4949a13a6b6977b336cd178.tar.gz
ayatana-indicator-messages-bb83669a1a1cdf3cc4949a13a6b6977b336cd178.tar.bz2
ayatana-indicator-messages-bb83669a1a1cdf3cc4949a13a6b6977b336cd178.zip
Get the paths right
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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) \