diff --git a/eina/Makefile.am b/eina/Makefile.am index bb108b52..3d27bb50 100644 --- a/eina/Makefile.am +++ b/eina/Makefile.am @@ -8,6 +8,12 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib/eina \ -I$(top_builddir)/src/lib/eina +if HAVE_WINDOWS +AM_CPPFLAGS += \ +-I$(top_srcdir)/src/lib/evil \ +-I$(top_builddir)/src/lib/evil +endif + LDADD = $(top_builddir)/src/lib/eina/libeina.la @EINA_LDFLAGS@ SRCS = \ diff --git a/eio/Makefile.am b/eio/Makefile.am index a424f770..ba3bf694 100644 --- a/eio/Makefile.am +++ b/eio/Makefile.am @@ -15,6 +15,12 @@ AM_CPPFLAGS = \ -I$(top_builddir)/src/lib/ecore \ -I$(top_builddir)/src/lib/eio +if HAVE_WINDOWS +AM_CPPFLAGS += \ +-I$(top_srcdir)/src/lib/evil \ +-I$(top_builddir)/src/lib/evil +endif + EXTRA_PROGRAMS = \ eio_file_ls \ eio_file_copy diff --git a/elocation/Makefile.am b/elocation/Makefile.am index f9688da8..03d73391 100644 --- a/elocation/Makefile.am +++ b/elocation/Makefile.am @@ -13,6 +13,12 @@ AM_CPPFLAGS = \ -I$(top_builddir)/src/lib/eldbus \ -I$(top_builddir)/src/lib/elocation +if HAVE_WINDOWS +AM_CPPFLAGS += \ +-I$(top_srcdir)/src/lib/evil \ +-I$(top_builddir)/src/lib/evil +endif + EXTRA_PROGRAMS = \ elocation diff --git a/eolian_cxx/Makefile.am b/eolian_cxx/Makefile.am index df737507..cb11ac1d 100644 --- a/eolian_cxx/Makefile.am +++ b/eolian_cxx/Makefile.am @@ -42,6 +42,12 @@ AM_CXXFLAGS = \ -I$(top_srcdir)/src/lib/ecore_evas \ -I$(top_builddir)/src/lib/ecore_evas +if HAVE_WINDOWS +AM_CXXFLAGS += \ +-I$(top_srcdir)/src/lib/evil \ +-I$(top_builddir)/src/lib/evil +endif + AM_CFLAGS = $(AM_CXXFLAGS) AM_LDFLAGS = \