Autotools: Fix windows build

floating-point
Charles Spurrill 2010-09-10 14:01:14 +01:00
parent 404469991b
commit 1bc54ad197
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ clonk_LDADD = \
# build the resources
.rc.o:
$(WINDRES) -I $(srcdir)/src/res -I $(srcdir)/src -i $< -o $@
$(WINDRES) -I $(srcdir)/src/res -I $(builddir) -i $< -o $@
c4group_CPPFLAGS = \
-I$(builddir) \