From 5bdde64f32048e34cd99747e8e0ed01380579e5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 30 May 2007 08:06:15 +0000 Subject: [PATCH] Install internal header for now. --- 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 fd9dd7a..fb7ddde 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -52,6 +52,7 @@ default: all #endif DEBUG:=-g -O0 -W -Wall -Wno-unused-parameter +# gsoap logs: -DDEBUG # not for globus and gsoap: -Werror #ifeq ($(GSPLUGIN_VERSION_CHECKING),yes) @@ -82,7 +83,7 @@ GSOAP_LIBS:= -L${gsoap_prefix}/lib -lgsoap EX_LIBS:=-L${stagedir}/lib -lglite_security_gss_${nothrflavour} EX_THRLIBS:=-L${stagedir}/lib -lglite_security_gss_${thrflavour} -HDRS:=glite_gsplugin.h glite_gscompat.h +HDRS:=glite_gsplugin.h glite_gscompat.h glite_gsplugin-int.h STATICLIB:=libglite_security_gsoap_plugin_${nothrflavour}.a THRSTATICLIB:=libglite_security_gsoap_plugin_${thrflavour}.a -- 1.8.2.3