diff --git a/autogen.sh b/autogen.sh index eb6511a55..8f6e35eed 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,3 +4,5 @@ # tool-chain installed PATH=/usr/local/bin:$PATH /usr/local/bin/autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; } +find . -name '*-private.h' -delete +find . -name '*-protos.h' -delete