From 2d974856b96bcdccf58d3ee11f01e7a53dcabc58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 24 Nov 2004 12:12:00 +0000 Subject: [PATCH] Default compiler should be gcc --- org.glite.lb.client/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index fd094aa..d6ac55f 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -17,8 +17,12 @@ thrflavour=gcc32pthr expat_prefix=/opt/expat ares_prefix=/opt/ares +CC:=gcc +CXX:=g++ + -include Makefile.inc + VPATH=${top_srcdir}/src:${top_srcdir}/test:${top_srcdir}/examples AT3=perl -I${top_srcdir}/project ${top_srcdir}/project/at3 GENSAM=${top_srcdir}/examples/gen_sample_job -- 1.8.2.3