diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-03-04 01:00:33 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-03-04 01:00:33 +0800 |
commit | 9017ee79f82fec538f77e223c5244817b2f27ff2 (patch) | |
tree | 9f2efb9321e0f26a8bc05c68c29c0929cf6cf5b4 /tests/Makefile.am | |
parent | 2af86e207b7a3fb4991fd42abccd9ff6336c99dc (diff) | |
download | gsoc2013-empathy-9017ee79f82fec538f77e223c5244817b2f27ff2.tar gsoc2013-empathy-9017ee79f82fec538f77e223c5244817b2f27ff2.tar.gz gsoc2013-empathy-9017ee79f82fec538f77e223c5244817b2f27ff2.tar.bz2 gsoc2013-empathy-9017ee79f82fec538f77e223c5244817b2f27ff2.tar.lz gsoc2013-empathy-9017ee79f82fec538f77e223c5244817b2f27ff2.tar.xz gsoc2013-empathy-9017ee79f82fec538f77e223c5244817b2f27ff2.tar.zst gsoc2013-empathy-9017ee79f82fec538f77e223c5244817b2f27ff2.zip |
Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@693 4ee84921-47dd-4033-b63a-18d7a039a3e4
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@ |