*** empty log message ***

svn path=/trunk/boinc/; revision=98
This commit is contained in:
Michael Gary 2002-06-07 21:42:19 +00:00
parent a8660b2a3f
commit 1bef551523
2 changed files with 4 additions and 4 deletions

View File

@ -390,7 +390,7 @@ Michael Gary June 07, 2002
sched_shmem.C
server_types.C
show_shmem.C
Makefile
Makefile.in
lib/
parse.C

View File

@ -5,10 +5,10 @@ VPATH = @srcdir@
all: cgi
CFLAGS = -g -Wall @DEFS@ -I@top_srcdir@/db -I@top_srcdir@/lib -I@top_srcdir@/tools
CFLAGS = -g -Wall -include /usr/local/include/fcgi_stdio.h @DEFS@ -I@top_srcdir@/db -I@top_srcdir@/lib -I@top_srcdir@/tools
CC = g++ $(CFLAGS)
CLIBS = @LIBS@
CLIBS = @LIBS@ -lfcgi -lfcgi++
PROGS = cgi feeder show_shmem
@ -43,7 +43,7 @@ MYSQL_DIR = /usr/local/mysql/lib
MYSQL_LIBS = \
-L$(MYSQL_DIR) -L/sw/lib/mysql -L/usr/local/lib/mysql \
-lmysqlclient -L/usr/local/lib -lz \
-lm $(NETLIBS)
-lm $(NETLIBS)
.C.o:
$(CC) -c -o $*.o $<