mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-25 05:51:12 +00:00
Changed curl include to be relative
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@270 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
b993a0c80d
commit
99e6a5510e
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ CFLAGS=$(BASE_CFLAGS) -w -Wall -nostdinc++ -ffor-scope -fPIC -mcpu=i486 -O3 -pip
|
|||
|
||||
# add base directory (CGC)
|
||||
|
||||
INCLUDEDIRS=-I$(LIBBASE) -I. -I$(LIBBASE)/include -I$(LIBBASE)/include/stlport -I$(LIBBASE)/include/particle -I$(LIBBASE)/include/lua -I../dlls -I../engine -I../common -I../mod -I../game_shared -I../pm_shared -I$(LIBBASE)/include/curl -I.. -I/usr/include/c++/3.3/i486-linux -I/usr/include/c++/3.3 -I/usr/include/c++
|
||||
INCLUDEDIRS=-I$(LIBBASE) -I. -I$(LIBBASE)/include -I$(LIBBASE)/include/stlport -I$(LIBBASE)/include/particle -I$(LIBBASE)/include/lua -I../dlls -I../engine -I../common -I../mod -I../game_shared -I../pm_shared -I.. -I/usr/include/c++/3.3/i486-linux -I/usr/include/c++/3.3 -I/usr/include/c++
|
||||
LINKDIRS= -L$(LIBBASE)/release
|
||||
|
||||
SHLIBEXT=so
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef LINUX
|
||||
#define CURL_STATICLIB
|
||||
#endif
|
||||
#include "curl.h"
|
||||
#include "curl/curl.h"
|
||||
|
||||
extern cvar_t avh_serverops;
|
||||
extern unsigned int gTimeLastUpdatedUplink;
|
||||
|
|
Loading…
Reference in a new issue