From 11058ed8f210f50b2434e53c18348fb63c0369ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Tue, 31 Aug 2004 14:11:00 +0000 Subject: [PATCH] typo --- org.glite.lb.logger/Makefile | 8 +++++--- org.glite.lb.logger/test/logd_proto_test.c | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/org.glite.lb.logger/Makefile b/org.glite.lb.logger/Makefile index f1e9732..e1594f6 100644 --- a/org.glite.lb.logger/Makefile +++ b/org.glite.lb.logger/Makefile @@ -35,9 +35,11 @@ DEBUG:=-g -O0 CFLAGS:=${DEBUG} \ -I${stagedir}/include -I${top_srcdir}/src \ -D_GNU_SOURCE \ + ${COVERAGE_FLAGS} \ ${VERSION} -LDFLAGS:=-L${stagedir}/lib +LDFLAGS:=-L${stagedir}/lib \ + ${COVERAGE_FLAGS} LINK:=libtool --mode=link ${CC} ${LDFLAGS} LINKXX:=libtool --mode=link ${CXX} -rpath ${stagedir}/lib ${LDFLAGS} INSTALL:=libtool --mode=install install @@ -88,7 +90,7 @@ stage: compile check: check.ll check.ll: logd_proto_test.o ll_test.o - ${LINKXX} -o $@ ${COMMON_LIB}_${nothrflavour} ${EXT_LIBS} ${GLOBUS_LIBS} ${TEST_LIBS} $< + ${LINKXX} -o $@ ${COMMON_LIB}_${nothrflavour} ${EXT_LIBS} ${GLOBUS_LIBS} ${TEST_LIBS} logd_proto_test.o ll_test.o ./check.ll dist: distsrc distbin @@ -121,4 +123,4 @@ logd_proto_test.o: %.o: %.c ${CC} ${CFLAGS} ${GLOBUSINC} -c $< -o $@ ll_test.o: ll_test.cpp - ${CXX} ${CFLAGS} -c $< -0 $@ \ No newline at end of file + ${CXX} ${CFLAGS} ${TEST_INC} -c $< -o $@ diff --git a/org.glite.lb.logger/test/logd_proto_test.c b/org.glite.lb.logger/test/logd_proto_test.c index e8eb527..95e64a7 100644 --- a/org.glite.lb.logger/test/logd_proto_test.c +++ b/org.glite.lb.logger/test/logd_proto_test.c @@ -8,14 +8,14 @@ #include #include +#define edg_wll_gss_read_full(a,b,c,d,e,f) test_edg_wll_gss_read_full(a,b,c,d,e,f) +#define edg_wll_GssConnection int + #include "logd_proto.h" #include "glite/lb/context-int.h" #include "glite/lb/escape.h" #include "glite/lb/events_parse.h" -#define edg_wll_gss_read_full(a,b,c,d,e,f) test_edg_wll_gss_read_full(a,b,c,d,e,f) -#define edg_wll_GssConnection int - int test_edg_wll_gss_read_full(int *fd, void *buf, -- 1.8.2.3