From b7b854a498042d810acb8db2c747046927005321 Mon Sep 17 00:00:00 2001 From: Hiram Clawson Date: Sat, 25 May 2002 16:09:55 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=68 --- client/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile.in b/client/Makefile.in index c0ddda0142..2701b5130f 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -9,7 +9,7 @@ CFLAGS = -g -Wall @DEFS@ \ -DHOST=\"@host@\" \ -DVERSION=$(VERSION) -CC = @CC@ $(CFLAGS) -I @srcdir@/lib +CC = @CC@ $(CFLAGS) -I @srcdir@/lib -I /usr/local/mysql/include CLIBS = @LIBS@