fix compilation on Windows

SVN revision: 61419
This commit is contained in:
Vincent Torri 2011-07-16 07:28:59 +00:00
parent ff07752d57
commit 0cdc520e33
1 changed files with 4 additions and 0 deletions

View 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 \