Re: barrywardell: apps/plugins/rockboy Makefile,1.15,1.16

2006-09-29 Thread Daniel Stenberg
On Fri, 29 Sep 2006, [EMAIL PROTECTED] wrote: +ifeq ($(UNAME), Darwin) +SHARED_FLAG=-dynamiclib -Wl,-single_module +else +SHARED_FLAG=-shared +endif Barry, since this is done in numerous Makefiles now, wouldn't it be nicer to have the configure script create the SHARED_FLAG variable in the

Re: barrywardell: apps/plugins/rockboy Makefile,1.15,1.16

2006-09-29 Thread Barry Wardell
Indeed, that would be better. How does this look? I can't say Makefiles are my strong point!On 9/29/06, Daniel Stenberg [EMAIL PROTECTED] wrote:On Fri, 29 Sep 2006, [EMAIL PROTECTED] wrote: +ifeq ($(UNAME), Darwin) +SHARED_FLAG=-dynamiclib -Wl,-single_module +else +SHARED_FLAG=-shared