diff options
Diffstat (limited to 'src/benchmarks')
-rw-r--r-- | src/benchmarks/eina/Makefile.am | 4 | ||||
-rw-r--r-- | src/benchmarks/eo/Makefile.am | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/benchmarks/eina/Makefile.am b/src/benchmarks/eina/Makefile.am index d4c39e5dc..fd44ac0f0 100644 --- a/src/benchmarks/eina/Makefile.am +++ b/src/benchmarks/eina/Makefile.am @@ -1,8 +1,8 @@ MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = \ --I$(top_srcdir)/src/include/eina \ --I$(top_builddir)/src/include/eina \ +-I$(top_srcdir)/src/lib/eina \ +-I$(top_builddir)/src/lib/eina \ -DPACKAGE_BUILD_DIR=\"`pwd`/$(top_builddir)\" \ -DCITYHASH_BENCH \ @EINA_CFLAGS@ \ diff --git a/src/benchmarks/eo/Makefile.am b/src/benchmarks/eo/Makefile.am index e0f9e4c0f..737fcc369 100644 --- a/src/benchmarks/eo/Makefile.am +++ b/src/benchmarks/eo/Makefile.am @@ -2,9 +2,9 @@ MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = \ --I$(top_srcdir)/src/include/eina \ +-I$(top_srcdir)/src/lib/eina \ -I$(top_srcdir)/src/lib/eo \ --I$(top_builddir)/src/include/eina \ +-I$(top_builddir)/src/lib/eina \ -I$(top_builddir)/src/lib/eo \ @EFL_EO_BUILD@ \ @EO_CFLAGS@ |