projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9fe869
)
Dox: Try to fix build for windows
author
Jean-Philippe Andre
<jp.andre@samsung.com>
Wed, 19 Feb 2014 04:32:26 +0000
(13:32 +0900)
committer
Jean-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
patch
|
blob
|
history
diff --git
a/doc/previews/Makefile.am
b/doc/previews/Makefile.am
index 72d15315940241ec84a3be99e64ce200a36c4942..864e583eee243281ccc5904e5e34b545669de67d 100644
(file)
--- 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