Re: patch to fix client only builds - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: patch to fix client only builds
Date
Msg-id b42b73150902041134x5171a260u1bc49df379e8cba3@mail.gmail.com
Whole thread Raw
In response to Re: patch to fix client only builds  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Wed, Feb 4, 2009 at 1:22 PM, Bruce Momjian <bruce@momjian.us> wrote:
> Tom Lane wrote:
>> "Merlin Moncure" <mmoncure@gmail.com> writes:
>> > Noticed another issue with 'client only' type installs in the
>> > Makefile.  Shouldn't make install on libpq install postgres_ext.h in
>> > addition to the interface headers?
>>
>> I don't think libpq's Makefile has any business doing that.
>>
>> Maybe we should bite the bullet and provide some kind of top-level make
>> targets for client-only build/install.
>
> Is someone going to handle this?

I'll take a look.  I'm not very good with makefiles...

merlin


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Polymorphic types vs. domains
Next
From: Robert Haas
Date:
Subject: Re: [PATCHES] GIN improvements