[Glade-users] how to add a file to a glade project

John Coppens john at jcoppens.com
Sat Jul 29 19:53:29 EDT 2006


> how do I configure the Makefile for him to compile the new file .c ?
> thank you

In the src/ directory, edit the Makefile.am file. There's a list with
(among others) main.c, support.c etc. Insert a new line with your .c file,
take care:

- it has to start with a TAB
- end it with the continuation mark \ at the END of the line

John


More information about the Glade-users mailing list