diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-04-12 23:22:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-04-12 23:22:57 +0800 |
commit | bc3acca7eed4f90a33f43b624b4a49d09a75160e (patch) | |
tree | f4d5ccc7e255f72befc74ccdb7141ada1d6cf430 /lib/egg/Makefile.am | |
parent | 4cdf2b787c92977a7883c2f4eae8c5e5f97dfd54 (diff) | |
download | gsoc2013-epiphany-bc3acca7eed4f90a33f43b624b4a49d09a75160e.tar.gz gsoc2013-epiphany-bc3acca7eed4f90a33f43b624b4a49d09a75160e.tar.zst gsoc2013-epiphany-bc3acca7eed4f90a33f43b624b4a49d09a75160e.zip |
Add epiphany.h. Only allow including epiphany.h; all other headers are private
svn path=/trunk/; revision=8211
Diffstat (limited to 'lib/egg/Makefile.am')
-rw-r--r-- | lib/egg/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am index 206aa0184..9a7275373 100644 --- a/lib/egg/Makefile.am +++ b/lib/egg/Makefile.am @@ -62,6 +62,7 @@ eggtypebuiltins.c: stamp-eggtypebuiltins.c Makefile @true stamp-eggtypebuiltins.c: Makefile $(EGGHEADERS) $(GLIB_MKENUMS) \ + --fhead "#include <config.h>\n\n" \ --fhead "#include \"eggtypebuiltins.h\"\n\n" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --fprod "\n#include \"@filename@\"" \ |