]> granicus.if.org Git - libexpat/commitdiff
Spoke to soon -- one of the patches added a Makefile.in to the sample/
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 1 Mar 2001 04:14:23 +0000 (04:14 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 1 Mar 2001 04:14:23 +0000 (04:14 +0000)
directory, so we do need to configure it.

expat/configure.in

index a48986bec3da8b8444e3e54279b4e1e8756ff886..b0e299f3b5245c08d9b61f166edec293504f669e 100644 (file)
@@ -96,6 +96,9 @@ OUTPUT="Makefile lib/Makefile lib/expat.h"
 if test -d xmlwf; then
     OUTPUT="$OUTPUT xmlwf/Makefile"
 fi
+if test -d sample; then
+    OUTPUT="$OUTPUT sample/Makefile"
+fi
 if test -d examples; then
     OUTPUT="$OUTPUT examples/Makefile"
 fi