efl/eet: Fix certifictate file path detection for eet tests.
authorStefan Schmidt <stefan@datenfreihafen.org>
Thu, 20 Dec 2012 13:41:18 +0000 (13:41 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Thu, 20 Dec 2012 13:41:18 +0000 (13:41 +0000)
SVN revision: 81453

src/Makefile_Eet.am

index 658276c..4377c87 100644 (file)
@@ -99,7 +99,7 @@ tests_eet_eet_suite_CPPFLAGS = \
 -I$(top_srcdir)/src/lib/eina \
 -I$(top_builddir)/src/lib/eina \
 -I$(top_srcdir)/src/lib/eet \
--DTESTS_SRC_DIR=\"$(top_srcdir)\" \
+-DTESTS_SRC_DIR=\"`pwd`/$(top_srcdir)\" \
 @CHECK_CFLAGS@ \
 @EET_CFLAGS@