diff options
author | Ted Gould <ted@gould.cx> | 2010-04-09 11:58:23 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-09 11:58:23 -0500 |
commit | 6c48a234d189fbbb4041e204753f429e58e02ceb (patch) | |
tree | f6d2d9d640618be807bf9c657661aa2ab9a7b5e5 /tests/Makefile.am | |
parent | e9392e98b500f47f4eab225108196cd031f0038c (diff) | |
parent | 97035da02b08dc57b5a65b849e3e66284df53834 (diff) | |
download | libayatana-indicator-6c48a234d189fbbb4041e204753f429e58e02ceb.tar.gz libayatana-indicator-6c48a234d189fbbb4041e204753f429e58e02ceb.tar.bz2 libayatana-indicator-6c48a234d189fbbb4041e204753f429e58e02ceb.zip |
New upstream release.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cd1a958..13fef2d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -46,7 +46,7 @@ test_desktop_shortcuts_CFLAGS = \ -Wall -Werror \ -DSRCDIR="\"$(srcdir)\"" \ $(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \ - -DBUILD_DIR="\"$(builddir)\"" + -DBUILD_DIR="\"$(abs_builddir)\"" test_desktop_shortcuts_LDADD = \ $(LIBINDICATOR_LIBS) \ |