#! /bin/sh /usr/share/dpatch/dpatch-run
## 04_use_gconfsharp-schemagen_wrapper.dpatch by Mirco Bauer <meebey@meebey.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad gfax-0.7.4~/src/Makefile.am gfax-0.7.4/src/Makefile.am
--- gfax-0.7.4~/src/Makefile.am	2006-02-05 23:47:25.698322600 +0100
+++ gfax-0.7.4/src/Makefile.am	2006-02-05 23:48:38.911192552 +0100
@@ -40,7 +40,7 @@
 
 Settings.cs: Settings.cs
 	env GCONF_CONFIG_SOURCE="" gconftool-2 --makefile-install-rule $(SCHEMA); \
-	gconfsharp-schemagen.exe gfax $(SCHEMA) > $(srcdir)/Settings.cs
+	gconfsharp2-schemagen gfax $(SCHEMA) > $(srcdir)/Settings.cs
 
 gfax.exe: $(CSFILES) $(GENERATED_CSFILES)
 	$(CSC) $(CSFLAGS) $(GFAX_LIBS) $(ASSEMBLIES) $(RESOURCES) $(CSFILES) $(GENERATED_CSFILES) -o $@ 
