From 1bef551523171af040707ba0e01c13ff166523b4 Mon Sep 17 00:00:00 2001 From: Michael Gary Date: Fri, 7 Jun 2002 21:42:19 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=98 --- checkin_notes | 2 +- sched/Makefile.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/checkin_notes b/checkin_notes index 399482723b..74a0c0424a 100755 --- a/checkin_notes +++ b/checkin_notes @@ -390,7 +390,7 @@ Michael Gary June 07, 2002 sched_shmem.C server_types.C show_shmem.C - Makefile + Makefile.in lib/ parse.C diff --git a/sched/Makefile.in b/sched/Makefile.in index bbee3f3e22..c6d5fedd86 100644 --- a/sched/Makefile.in +++ b/sched/Makefile.in @@ -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 $<