[Glade-users] How to get FAQ?
Damon Chaplin
damon@helixcode.com
Thu, 16 Nov 2000 15:55:06 +0000
laser310 wrote:
>
> How is the cleanest way to add files to a project?
> I know that the answer can be found in the FAQ. Who can teach me how to
> get FAQ?
The FAQ is now at http://glade.pn.org/FAQ
Here's the part about source files:
3.3 How do I add my own source files to the project?
Add the source file (and any header file) to src/Makefile.am, in the
project1_SOURCES variable (where 'project1' is the name of your project).
If you are using gettext, you may also want to add the source file to
po/POTFILES.in so that the strings can be translated.
Damon