Spoke to soon -- one of the patches added a Makefile.in to the sample/
directory, so we do need to configure it.
This commit is contained in:
parent
1139ceac02
commit
6c543e265d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user