diff options
author | Ted Gould <ted@gould.cx> | 2015-03-06 14:40:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-03-06 14:40:32 -0600 |
commit | bb83669a1a1cdf3cc4949a13a6b6977b336cd178 (patch) | |
tree | 181112aed71bb889387f58954cc6d81f07e6d2c1 /tests | |
parent | 31fccc96b4f29a018b9c097e267313bc6b103a5e (diff) | |
download | ayatana-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.am | 4 |
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) \ |