blob: f7e4811f9e5282a530bcfacd1190b56f66aa449f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
soapcpp2/wsdl/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- gsoap-2.7.orig/soapcpp2/wsdl/Makefile.am
+++ gsoap-2.7/soapcpp2/wsdl/Makefile.am
@@ -13,11 +13,11 @@ SOAP_CPP_SRC=wsdlC.cpp
SOAPHEADER=wsdl.h
SOAP_FLAGS=-SC -pwsdl
BUILT_SOURCES=$(SOAP_CPP_SRC)
$(SOAP_CPP_SRC) : $(SOAPHEADER)
- $(SOAP) $(SOAP_FLAGS) $(SOAPHEADER)
+ ../src/soapcpp2 $(SOAP_FLAGS) $(SOAPHEADER)
#LIBS=
bin_PROGRAMS=wsdl2h
|