diff --git a/Makefile.in b/Makefile.in index e3c3fb8e48..74b1026fdc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,17 +37,17 @@ ARCHIVE_TARGETS = \ client/install-sh client/*.in client/*.sub client/*.guess \ client/mac/*.h client/mac/*.cpp \ client/win/*.h client/win/*.cpp client/win/*.rc client/win/*.aps \ - client/win/res/*.* \ + client/win/*.def client/win/res/*.* \ apps/*.C apps/*.in \ db/*.sql db/*.h db/*.C db/*.in db/init_db \ doc/*.* \ - html_ops/*.* \ + html_ops/*.* html_ops/str* html_ops/sam*/*a* \ html_user/*.* \ lib/*.C lib/*.c lib/*.h lib/*.in \ sched/*.C sched/*.h sched/*.in \ sched_fcgi/*.C sched_fcgi/*.h sched_fcgi/*.in \ test/*.xml test/*.php test/*wu test/*result test/*output \ - test/*.html test/*input test/*.inc \ + test/*input test/*.inc \ tools/*.C tools/*.h tools/*.in \ api/*.C api/*.h api/*.in api/*.c api/*.cpp \ RSAEuro/*/*.c RSAEuro/*/*.h RSAEuro/*/*.in RSAEuro/*/*.mak \ diff --git a/client/Makefile.in b/client/Makefile.in index 076b87f56a..7c2e25c3a7 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -79,7 +79,7 @@ ARCHIVE_TARGETS = \ client/install-sh client/*.in client/*.sub client/*.guess \ client/mac/*.h client/mac/*.cpp \ client/win/*.h client/win/*.cpp client/win/*.rc client/win/*.aps \ - client/win/res/*.* \ + client/win/*.def client/win/res/*.* \ lib/*.C lib/*.c lib/*.h \ api/*.C api/*.h api/*.in api/*.c api/*.cpp \ RSAEuro/*/*.c RSAEuro/*/*.h RSAEuro/*/*.in RSAEuro/*/*.mak \