## 302191_install_expat_config_h.dpatch by Raphael Bossek
##   and Arno van Rangelrooij <arno@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: To get information about the expat library and how it was build the
## DP:   expat_config.h file is mandatory. Without this file other applications
## DP:   may fail to build. This is the case for the latest python-4suite packages
## DP:   where the expat_config.h is refered.
## DP:
## DP: <URL:http://bugs.debian.org/302191>

diff -urNad Makefile.in Makefile.in
--- Makefile.in
+++ Makefile.in
@@ -41,7 +41,7 @@
 mkinstalldirs = $(SHELL) $(top_srcdir)/conftools/mkinstalldirs
 
 MANFILE = $(srcdir)/doc/xmlwf.1
-APIHEADER = $(srcdir)/lib/expat.h $(srcdir)/lib/expat_external.h
+APIHEADER = $(srcdir)/lib/expat.h $(srcdir)/lib/expat_external.h expat_config.h
 LIBRARY = libexpat.la
 
 DESTDIR = $(INSTALL_ROOT)
