From dad45811cf7c71ab792944e9d65a5d023c6a1c94 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Tue, 28 Jan 2003 21:46:15 +0000 Subject: [PATCH] archiving additions svn path=/trunk/boinc/; revision=839 --- Makefile.in | 6 ++++-- client/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 74b1026fdc..0aa4a73e3d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36,14 +36,16 @@ ARCHIVE_TARGETS = \ client/*.C client/*.h client/configure \ 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/*.h client/win/*.cpp client/win/*.rc \ client/win/*.def client/win/res/*.* \ + client/translation/* \ apps/*.C apps/*.in \ db/*.sql db/*.h db/*.C db/*.in db/init_db \ doc/*.* \ - html_ops/*.* html_ops/str* html_ops/sam*/*a* \ + html_ops/*.* \ html_user/*.* \ lib/*.C lib/*.c lib/*.h lib/*.in \ + stripchart/* stripchart/samples/* \ 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 \ diff --git a/client/Makefile.in b/client/Makefile.in index b4b3680937..a81b4d8327 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -77,8 +77,9 @@ ARCHIVE_TARGETS = \ client/*.C client/*.h client/configure \ 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/*.h client/win/*.cpp client/win/*.rc \ client/win/*.def client/win/res/*.* \ + client/translation/* \ lib/*.C lib/*.c lib/*.h \ api/*.C api/*.h api/*.in api/*.c api/*.cpp \ RSAEuro/*/*.c RSAEuro/*/*.h RSAEuro/*/*.in RSAEuro/*/*.mak \