From f1e1e706500ae73eeb82ba62721abd7bdf2e1159 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 19 Feb 2014 13:32:26 +0900 Subject: [PATCH] Dox: Try to fix build for windows Evil support was not included in the docs preview generator build. Tested locally with Makefile & deps from the wiki (win64). --- doc/previews/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/previews/Makefile.am b/doc/previews/Makefile.am index 72d1531594..864e583eee 100644 --- a/doc/previews/Makefile.am +++ b/doc/previews/Makefile.am @@ -25,6 +25,13 @@ LDADD = \ -lecore \ -lecore_evas +if HAVE_WIN32 +AM_CPPFLAGS += -I$(abs_top_srcdir)/src/lib/evil @EVIL_CFLAGS@ +LDADD += -L$(abs_top_builddir)/src/lib/evil/.libs \ + -levil \ + -ldl +endif + noinst_PROGRAMS = preview_text_filter DATADIR = ${abs_top_srcdir}/doc/previews/img