From beee3e903b9f928ace772effd52ebfdf9dc3fdf8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 10 Nov 2005 14:00:44 +0000 Subject: [PATCH] pass globus debug options --- org.glite.security.gsoap-plugin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 3749bc7..a93349b 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -50,7 +50,8 @@ default: all # DEBUG:=${DEBUG} -DCHECK_GSOAP_VERSION #endif -CFLAGS:= ${DEBUG} \ + +CFLAGS:= ${DEBUG} ${GSOAP_DEBUG}\ -DVERSION=\"${version}\" \ -DWITH_NONAMESPACES \ -I. -I${top_srcdir}/interface \ -- 1.8.2.3