Re: how to add my source file?

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: dakotali kasap <dakotalidavid(at)yahoo(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: how to add my source file?
Date: 2006-12-27 16:48:00
Message-ID: 20061227164800.GP23059@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

dakotali kasap wrote:
> Hi,
>
> I want to add my .c and .h source files into the postgresql project.
> What kind of changes should I make with the Makefiles. It seems that,
> it is not enough just to add the object file of the C files into the
> Makefile.

Huh, why not? Typically you just add the files to OBJS. What problem
are you having?

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message dakotali kasap 2006-12-27 17:15:06 Re: how to add my source file?
Previous Message dakotali kasap 2006-12-27 16:33:02 how to add my source file?