Re: Makefile patch to make gcov work on Postgres contrib modules - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Makefile patch to make gcov work on Postgres contrib modules
Date
Msg-id 200704120655.33942.peter_e@gmx.net
Whole thread Raw
In response to Makefile patch to make gcov work on Postgres contrib modules  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark wrote:
> Actually better than adding -lcov, I think this rule really ought to
> have CFLAGS in it in case there are other CFLAGS that are necessary
> at link time.

But why would -lcov appear in CFLAGS?  If it's a library it should be in 
LIBS and perhaps in SHLIB_LINK.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: [mux@FreeBSD.org: Re: Anyone interested in improving postgresql scaling?]
Next
From: Tom Lane
Date:
Subject: Re: Makefile patch to make gcov work on Postgres contrib modules