28 lines
886 B
Diff
28 lines
886 B
Diff
|
=== modified file 'ifolder/src/core/libsimias/Makefile.am'
|
||
|
--- ifolder/src/core/libsimias/Makefile.am 2010-05-26 00:51:56 +0000
|
||
|
+++ ifolder/src/core/libsimias/Makefile.am 2010-05-28 14:55:40 +0000
|
||
|
@@ -24,17 +24,17 @@
|
||
|
|
||
|
envC.c: $(srcdir)/stdsoap2.c
|
||
|
> $(srcdir)/env.h
|
||
|
- $(GSOAP_PATH)/soapcpp2 -c -penv $(srcdir)/env.h
|
||
|
+ soapcpp2 -c -penv $(srcdir)/env.h
|
||
|
|
||
|
$(srcdir)/stdsoap2.c:
|
||
|
- cp $(GSOAP_PATH)/stdsoap2.h $(srcdir)
|
||
|
- cp $(GSOAP_PATH)/stdsoap2.c $(srcdir)
|
||
|
+ cp /usr/include/stdsoap2.h $(srcdir)
|
||
|
+ cp /usr/include/gsoap/stdsoap2.c $(srcdir)
|
||
|
|
||
|
$(srcdir)/libsimias.h: $(srcdir)/stdsoap2.c $(SIMIAS_WSDL)
|
||
|
- $(GSOAP_PATH)/wsdl2h -c -o $@ $(SIMIAS_WSDL)
|
||
|
+ wsdl2h -c -o $@ $(SIMIAS_WSDL)
|
||
|
|
||
|
$(srcdir)/simiasClientLib.c: $(srcdir)/libsimias.h
|
||
|
- $(GSOAP_PATH)/soapcpp2 -c -n -psimias $(srcdir)/libsimias.h
|
||
|
+ soapcpp2 -c -n -psimias $(srcdir)/libsimias.h
|
||
|
|
||
|
install-exec-hook:
|
||
|
if !WINDOWS
|
||
|
|