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).
This commit is contained in:
Jean-Philippe Andre 2014-02-19 13:32:26 +09:00
parent f9fe869d23
commit f1e1e70650
1 changed files with 7 additions and 0 deletions

View File

@ -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