Thread: A naive question about the Makefile

A naive question about the Makefile

From
Cao Yu
Date:
Hi all,    I am adding some new files into the system, so I wonder what I need 
to do to
update the Makefiles?    Is the system smart enough to recognize my new files and add 
corresponding entries into the Makefiles?    Thanks.

Regards
Yu


Re: A naive question about the Makefile

From
Peter Eisentraut
Date:
Am Freitag, 9. März 2007 10:38 schrieb Cao Yu:
>      Is the system smart enough to recognize my new files and add
> corresponding entries into the Makefiles?

No, you need to add it yourself.  Look for where the other files are listed.

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