From 499c43e3709340d7ab43111f5ec4fadf76a3df96 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 16 Jul 2011 07:28:59 +0000 Subject: [PATCH] fix compilation on Windows SVN revision: 61419 --- doc/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 3411f66..4e7b264 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,6 +24,10 @@ AM_CPPFLAGS = \ @ELEMENTARY_ETHUMB_CFLAGS@ \ @EIO_CFLAGS@ +if ELEMENTARY_WINDOWS_BUILD +AM_CPPFLAGS += -DELEMENTARY_BUILD +endif + noinst_PROGRAMS = \ widget_preview_button1 \ widget_preview_button2 \ -- 2.7.4