[Muine] Quick build patch



Jorn,

    We should really remove src/AmazonSearchService.cs from CVS and
replace with the attached Makefile patch to generate it from the WSDL
file at build time.

Lee
-- 
Lee Willis <lee leewillis co uk>
Index: src/Makefile.am
===================================================================
RCS file: /cvs/gnome/muine/src/Makefile.am,v
retrieving revision 1.23
diff -u -r1.23 Makefile.am
--- src/Makefile.am	26 Feb 2004 13:11:18 -0000	1.23
+++ src/Makefile.am	27 Feb 2004 13:51:04 -0000
@@ -87,6 +87,9 @@
 
 muinelibdir = $(prefix)/lib/muine
 
+AmazonSearchService.cs: AmazonSearchService.wsdl
+	wsdl AmazonSearchService.wsdl
+
 AmazonSearchService.dll: AmazonSearchService.cs
 	$(CSC) -target:library $(LIBFLAGS) -out:AmazonSearchService.dll $(srcdir)/AmazonSearchService.cs -r:System.Web.Services
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]