mirror of https://github.com/BOINC/boinc.git
parent
f0aaada10b
commit
dad45811cf
|
@ -36,14 +36,16 @@ ARCHIVE_TARGETS = \
|
||||||
client/*.C client/*.h client/configure \
|
client/*.C client/*.h client/configure \
|
||||||
client/install-sh client/*.in client/*.sub client/*.guess \
|
client/install-sh client/*.in client/*.sub client/*.guess \
|
||||||
client/mac/*.h client/mac/*.cpp \
|
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/win/*.def client/win/res/*.* \
|
||||||
|
client/translation/* \
|
||||||
apps/*.C apps/*.in \
|
apps/*.C apps/*.in \
|
||||||
db/*.sql db/*.h db/*.C db/*.in db/init_db \
|
db/*.sql db/*.h db/*.C db/*.in db/init_db \
|
||||||
doc/*.* \
|
doc/*.* \
|
||||||
html_ops/*.* html_ops/str* html_ops/sam*/*a* \
|
html_ops/*.* \
|
||||||
html_user/*.* \
|
html_user/*.* \
|
||||||
lib/*.C lib/*.c lib/*.h lib/*.in \
|
lib/*.C lib/*.c lib/*.h lib/*.in \
|
||||||
|
stripchart/* stripchart/samples/* \
|
||||||
sched/*.C sched/*.h sched/*.in \
|
sched/*.C sched/*.h sched/*.in \
|
||||||
sched_fcgi/*.C sched_fcgi/*.h sched_fcgi/*.in \
|
sched_fcgi/*.C sched_fcgi/*.h sched_fcgi/*.in \
|
||||||
test/*.xml test/*.php test/*wu test/*result test/*output \
|
test/*.xml test/*.php test/*wu test/*result test/*output \
|
||||||
|
|
|
@ -77,8 +77,9 @@ ARCHIVE_TARGETS = \
|
||||||
client/*.C client/*.h client/configure \
|
client/*.C client/*.h client/configure \
|
||||||
client/install-sh client/*.in client/*.sub client/*.guess \
|
client/install-sh client/*.in client/*.sub client/*.guess \
|
||||||
client/mac/*.h client/mac/*.cpp \
|
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/win/*.def client/win/res/*.* \
|
||||||
|
client/translation/* \
|
||||||
lib/*.C lib/*.c lib/*.h \
|
lib/*.C lib/*.c lib/*.h \
|
||||||
api/*.C api/*.h api/*.in api/*.c api/*.cpp \
|
api/*.C api/*.h api/*.in api/*.c api/*.cpp \
|
||||||
RSAEuro/*/*.c RSAEuro/*/*.h RSAEuro/*/*.in RSAEuro/*/*.mak \
|
RSAEuro/*/*.c RSAEuro/*/*.h RSAEuro/*/*.in RSAEuro/*/*.mak \
|
||||||
|
|
Loading…
Reference in New Issue