summaryrefslogtreecommitdiff
path: root/lib/egg
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-04-12 15:22:57 +0000
committerChristian Persch <chpe@src.gnome.org>2008-04-12 15:22:57 +0000
commitbc3acca7eed4f90a33f43b624b4a49d09a75160e (patch)
treef4d5ccc7e255f72befc74ccdb7141ada1d6cf430 /lib/egg
parent4cdf2b787c92977a7883c2f4eae8c5e5f97dfd54 (diff)
downloadepiphany-bc3acca7eed4f90a33f43b624b4a49d09a75160e.tar.gz
Add epiphany.h. Only allow including epiphany.h; all other headers are private
svn path=/trunk/; revision=8211
Diffstat (limited to 'lib/egg')
-rw-r--r--lib/egg/Makefile.am1
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@\"" \