Re: Including myfiles.c with glade
- From: Damon Chaplin <damon helixcode com>
- To: Silviu Minut <minut math msu edu>
- Cc: gtk-list gtk org
- Subject: Re: Including myfiles.c with glade
- Date: Sun, 10 Dec 2000 17:02:09 +0000
Silviu Minut wrote:
>
> Is there any easy way of including some file.c besides the standard files
> created by glade, other than editing the Makefile by hand and other than
>
> #include "file.c"
>
> in main.c. I mean some way prior to running autogen.sh.
This is in the FAQ (at http://glade.pn.org)
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]