aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-02-25 14:43:34 +0000
committerConor Curran <conor.curran@canonical.com>2010-02-25 14:43:34 +0000
commit4cb7db538df7b4e69e49ab047f401b8ba480f224 (patch)
treec2220dcc1a485df4c02424e0e235d50f46981307 /tests/Makefile.am
parenta7952974571bf697b218cedacacd118e2e05e97e (diff)
downloadayatana-indicator-sound-4cb7db538df7b4e69e49ab047f401b8ba480f224.tar.gz
ayatana-indicator-sound-4cb7db538df7b4e69e49ab047f401b8ba480f224.tar.bz2
ayatana-indicator-sound-4cb7db538df7b4e69e49ab047f401b8ba480f224.zip
path parsing fixed - tests are now portable
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index dadc1e4..4404333 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,7 +15,7 @@ test_indicator_sound_CFLAGS = \
$(APPLET_CFLAGS) \
-Wall -Werror \
-I$(srcdir) \
- -DBUILD_DIR="\"$(INDICATORDIR)"\"
+ -DTOP_BUILD_DIR="\"${abs_top_builddir}\""
test_indicator_sound_LDADD = \
$(APPLET_LIBS) \