From 2d488d4da281886abd004af00bc9cad6a9d91ea2 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Sat, 14 Jun 2003 21:52:54 +0000 Subject: [PATCH] static libs on linux only svn path=/trunk/boinc/; revision=1483 --- lib/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.in b/lib/Makefile.in index b6351ecc62..a23eb02e22 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -89,6 +89,7 @@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOURCE_TOP_DIR = @SOURCE_TOP_DIR@ +STATIC_FLAGS = @STATIC_FLAGS@ STRIP = @STRIP@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@