From b85731fbc1c1df0ee658e9ce17a24717fba1765d Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 12 Jun 2003 07:07:05 +0000 Subject: [PATCH] compile client with static libraries svn path=/trunk/boinc/; revision=1415 --- client/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/Makefile.am b/client/Makefile.am index b3f178ff82..136e40e29c 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -40,8 +40,9 @@ boinc_client_SOURCES = \ ../lib/util.C boinc_client_DEPENDENCIES = $(LIBRSA) -boinc_client_LDADD = $(RSA_LIBS) boinc_client_CPPFLAGS = -I $(srcdir)/win $(AM_CPPFLAGS) +boinc_client_LDADD = $(RSA_LIBS) +boinc_client_LDFLAGS = -static -static-libgcc speed_stats_SOURCES = speed_stats.C speed_stats_CFLAGS = -O6 $(AM_CFLAGS)