diff --git a/Makefile.am b/Makefile.am index aec8e4fa3..d92dc4462 100644 --- a/Makefile.am +++ b/Makefile.am @@ -207,4 +207,7 @@ merge-clean: @find ./ | $(GREP) \.OTHER | xargs rm -f @find ./ | $(GREP) \.BASE | xargs rm -f @find ./ | $(GREP) \~$$ | xargs rm -f - + +dist-hook: + cp $(distdir)/wolfssl/options.h.in $(distdir)/wolfssl/options.h +