summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfdrake <fdrake>2001-01-24 19:42:05 +0000
committerfdrake <fdrake>2001-01-24 19:42:05 +0000
commit2c7c280df8b16345384365b35ba8c16b38b1ba12 (patch)
treee405cf9076033d7afb971765dbdcd1b8da131af5 /configure.in
parent12fd8ad59f86b9d54a4535fbfb6922fb00942798 (diff)
downloadlibexpat-2c7c280df8b16345384365b35ba8c16b38b1ba12.tar.gz
Make sure we generate lib/expat.h.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d7beec6..df874e2 100644
--- a/configure.in
+++ b/configure.in
@@ -87,4 +87,4 @@ fi
AC_CHECK_FUNCS(memmove bcopy)
-AC_OUTPUT(Makefile lib/Makefile xmlwf/Makefile examples/Makefile)
+AC_OUTPUT(Makefile lib/Makefile lib/expat.h xmlwf/Makefile examples/Makefile)