From 4c3e7fde1edd829377b6b4b6ecda3ed58857b285 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Sat, 27 Nov 2004 09:57:38 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4672 --- Makefile.am | 6 ------ client/Makefile.am | 38 +++++++++++++++++++++++++++++--------- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/Makefile.am b/Makefile.am index 388862f96c..ee81467b36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,12 +28,6 @@ EXTRA_DIST = \ INSTALL -# KARL -- please remove this!! BA -# -# UNIX2DOS=unix2dos -# UNIX2DOSDIR = /disks/philmor/a/users/quarl/bin -# UNIX2DOS = /disks/philmor/a/users/quarl/bin/unix2dos - dist-hook: rm -rf `find $(distdir) -name .backup -prune -o -name '*~' -o -name CVS` # cd $(distdir) && ./_autosetup diff --git a/client/Makefile.am b/client/Makefile.am index 3d71758703..f8aac681d3 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -91,16 +91,36 @@ version: win/win_config.h rm -f $@ ln $? $@ -## these source files need to be specified because no rule on unix uses them. +## these source files need to be specified because no rule uses them. -EXTRA_DIST = \ - app.h dhrystone.h http.h proxy.h \ - client_msgs.h file_names.h log_flags.h scheduler_op.h \ - client_state.h file_xfer.h main.h ss_logic.h \ - client_types.h gui_rpc_server.h net_stats.h ssl_http.h \ - cpp.h gui_titles.h net_xfer.h ssl_net_xfer.h \ - cpu_benchmark.h hostinfo_network.h pers_file_xfer.h time_stats.h \ - mac win translation +EXTRA_DIST = \ + app.h \ + client_msgs.h \ + client_state.h \ + client_types.h \ + cpp.h \ + cpu_benchmark.h \ + dhrystone.h \ + file_names.h \ + file_xfer.h \ + gui_rpc_server.h \ + gui_titles.h \ + hostinfo_network.h \ + http.h \ + log_flags.h \ + mac \ + main.h \ + net_stats.h \ + net_xfer.h \ + pers_file_xfer.h \ + proxy.h \ + scheduler_op.h \ + ss_logic.h \ + ssl_http.h \ + ssl_net_xfer.h \ + time_stats.h \ + translation \ + win clean-local: rm -f @CLIENT_BIN_FILENAME@