mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Fix curl related building on OpenBSD.
We weren't using the specified CPP flags :P.
This commit is contained in:
parent
7e5d654f3d
commit
f0b0a0f34f
1 changed files with 1 additions and 1 deletions
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue