diff --git a/trunk/core/judge_client/makefile b/trunk/core/judge_client/makefile index 5a2e9590f32..8d2f575bae1 100644 --- a/trunk/core/judge_client/makefile +++ b/trunk/core/judge_client/makefile @@ -1,6 +1,6 @@ all: judge_client.cc judge_client.http - g++ -Wall -c -I/usr/local/mysql/include/mysql -I/usr/include/mysql -DOJ_USE_MYSQL judge_client.cc - g++ -Wall -o judge_client judge_client.o -L/usr/local/mysql/lib/mysql -L/usr/lib/mysql -L/usr/lib64/mysql -lmysqlclient + g++ -Wall -c -I/www/server/mysql/include -I/usr/local/mysql/include/mysql -I/usr/include/mysql -DOJ_USE_MYSQL judge_client.cc + g++ -Wall -o judge_client judge_client.o -L/www/server/mysql/lib -L/usr/local/mysql/lib/mysql -L/usr/lib/mysql -L/usr/lib64/mysql -lmysqlclient judge_client.http:judge_client.cc g++ -o judge_client.http -O2 judge_client.cc clean: