fix compilation on Windows
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jul 2011 07:28:59 +0000 (07:28 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jul 2011 07:28:59 +0000 (07:28 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61419 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/Makefile.am

index 3411f66..4e7b264 100644 (file)
@@ -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 \