efl/eet: Fix certifictate file path detection for eet tests.

SVN revision: 81453
This commit is contained in:
Stefan Schmidt 2012-12-20 13:41:18 +00:00
parent c85f2913da
commit 292534738a
1 changed files with 1 additions and 1 deletions

View 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@