Fix curl related building on OpenBSD.

We weren't using the specified CPP flags :P.
This commit is contained in:
Bill Currie 2011-08-26 10:43:41 +03:00
parent 7e5d654f3d
commit f0b0a0f34f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
AUTOMAKE_OPTIONS= foreign
# Stuff that is common to both client and server
INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/qw/include
INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/qw/include @LIBCURL_CPPFLAGS@
SDL_LIBS = @SDL_LIBS@
bin_PROGRAMS= @QW_TARGETS@