From 47955c302a9d70d54ee3db0b32b1223539df12d3 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Wed, 26 Feb 2014 11:06:05 -0300 Subject: [PATCH] eina_cxx: make sure it can build out of the source tree. --- src/Makefile_Eina_Cxx.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Eina_Cxx.am b/src/Makefile_Eina_Cxx.am index fa4888da41..ffd9111aa2 100644 --- a/src/Makefile_Eina_Cxx.am +++ b/src/Makefile_Eina_Cxx.am @@ -47,6 +47,7 @@ tests/eina_cxx/eina_cxx_test_eina_value.cc tests_eina_cxx_eina_cxx_suite_CXXFLAGS = -I$(top_builddir)/src/lib/efl \ -I$(top_builddir)/src/lib/eina_cxx \ +-I$(top_srcdir)/src/lib/eina_cxx \ -DTESTS_WD=\"`pwd`\" \ -DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/eina_cxx\" \ -DPACKAGE_BUILD_DIR=\"`pwd`/$(top_builddir)/src/tests/eina_cxx\" \