diff options
Diffstat (limited to 'src/benchmarks/eo/Makefile.am')
-rw-r--r-- | src/benchmarks/eo/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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@ |