glib-gen.mak: Use #include "header" instead of #include <header> for the generated...
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 18 Dec 2007 15:17:30 +0000 (15:17 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 18 Dec 2007 15:17:30 +0000 (15:17 +0000)
commitb8d5e34c0e3a0d87e9a4bbc82fedbb99e37b056d
treec119ce63aa5308093e9bd1acc85fb7fbe4bdfbe2
parent67b8f4e3c576945f4d778c9040876af3a5a0756e
glib-gen.mak: Use #include "header" instead of #include <header> for the generated enum C files as the file will alwa...

Original commit message from CVS:
* glib-gen.mak:
Use #include "header" instead of #include <header> for the generated
enum C files as the file will always be in the same directory and
some compilers seem to be a bit strict about that unless . is added
to the include path.
Include all headers that were used to generate the source files in
the C file as they're used there.
ChangeLog
glib-gen.mak