From 97f3cfac9a06c738c51286c928c56cb56eab2a85 Mon Sep 17 00:00:00 2001 From: Hiram Clawson Date: Sat, 25 May 2002 16:12:31 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=69 --- client/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile.in b/client/Makefile.in index 2701b5130f..e99888db26 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 -I /usr/local/mysql/include +CC = @CC@ $(CFLAGS) -I @srcdir@/../lib -I /usr/local/mysql/include CLIBS = @LIBS@