diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-04 01:00:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-04 01:00:33 +0800 |
commit | ef3204306ca354568754d552ed147496547c4ba4 (patch) | |
tree | 9f2efb9321e0f26a8bc05c68c29c0929cf6cf5b4 /tests/Makefile.am | |
parent | 178e698e0db4be2cd2750b027284c3eaaa49d01e (diff) | |
download | gsoc2013-empathy-ef3204306ca354568754d552ed147496547c4ba4.tar gsoc2013-empathy-ef3204306ca354568754d552ed147496547c4ba4.tar.gz gsoc2013-empathy-ef3204306ca354568754d552ed147496547c4ba4.tar.bz2 gsoc2013-empathy-ef3204306ca354568754d552ed147496547c4ba4.tar.lz gsoc2013-empathy-ef3204306ca354568754d552ed147496547c4ba4.tar.xz gsoc2013-empathy-ef3204306ca354568754d552ed147496547c4ba4.tar.zst gsoc2013-empathy-ef3204306ca354568754d552ed147496547c4ba4.zip |
Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.
svn path=/trunk/; revision=693
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 49f270951..e7b162797 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,3 +45,4 @@ check_main_CFLAGS = \ @CHECK_CFLAGS@ \ $(AM_CFLAGS) +TESTS_ENVIRONMENT = EMPATHY_SRCDIR=@abs_top_srcdir@ |