mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
Fix curl; use LIBCURL_CFLAGS, not LIBCURL_CPPFLAGS.
This commit is contained in:
parent
78789a6833
commit
02a624c63a
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 @LIBCURL_CPPFLAGS@
|
||||
INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/qw/include @LIBCURL_CFLAGS@
|
||||
SDL_LIBS = @SDL_LIBS@
|
||||
AM_CFLAGS= @PTHREAD_CFLAGS@
|
||||
|
||||
|
|
Loading…
Reference in a new issue