Dox: Try to fix build for windows
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 19 Feb 2014 04:32:26 +0000 (13:32 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 19 Feb 2014 05:24:30 +0000 (14:24 +0900)
Evil support was not included in the docs preview generator build.
Tested locally with Makefile & deps from the wiki (win64).

doc/previews/Makefile.am

index 72d15315940241ec84a3be99e64ce200a36c4942..864e583eee243281ccc5904e5e34b545669de67d 100644 (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