[HACKERS] A naive question about the Makefile

2007-03-09 Thread Cao Yu

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

---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [HACKERS] A naive question about the Makefile

2007-03-09 Thread Peter Eisentraut
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/

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster