aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-09 05:34:29 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-09 05:34:29 +0800
commit6e8ce69055a363b045a59f8f380e1aeedf54ebf4 (patch)
tree5ac11b94ed059a9bb7e55c0f5a110b9cd8f26b73 /embed
parent3b8b7372417b7bcf64ef2e5c0304815e8c3b416a (diff)
downloadgsoc2013-epiphany-6e8ce69055a363b045a59f8f380e1aeedf54ebf4.tar
gsoc2013-epiphany-6e8ce69055a363b045a59f8f380e1aeedf54ebf4.tar.gz
gsoc2013-epiphany-6e8ce69055a363b045a59f8f380e1aeedf54ebf4.tar.bz2
gsoc2013-epiphany-6e8ce69055a363b045a59f8f380e1aeedf54ebf4.tar.lz
gsoc2013-epiphany-6e8ce69055a363b045a59f8f380e1aeedf54ebf4.tar.xz
gsoc2013-epiphany-6e8ce69055a363b045a59f8f380e1aeedf54ebf4.tar.zst
gsoc2013-epiphany-6e8ce69055a363b045a59f8f380e1aeedf54ebf4.zip
Also generate types for ephy-cookie-manager.h's enums.
2005-01-08 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: Also generate types for ephy-cookie-manager.h's enums.
Diffstat (limited to 'embed')
-rw-r--r--embed/Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am
index 21bd2cc87..0e3f7675b 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -16,12 +16,6 @@ NOINST_H_FILES = \
find-dialog.h \
print-dialog.h
-TYPES_H_FILES = \
- ephy-embed.h \
- ephy-embed-event.h \
- ephy-embed-persist.h \
- ephy-permission-manager.h
-
INST_H_FILES = \
ephy-command-manager.h \
ephy-cookie-manager.h \
@@ -100,7 +94,7 @@ stamp_files = \
ephy-embed-type-builtins.c: stamp-ephy-embed-type-builtins.c
@true
-stamp-ephy-embed-type-builtins.c: $(TYPES_H_FILES)
+stamp-ephy-embed-type-builtins.c: $(INST_H_FILES)
( cd $(srcdir) && $(GLIB_MKENUMS) \
--fhead "#include \"ephy-embed-type-builtins.h\"\n\n" \
--fprod "\n/* enumerations from \"@filename@\" */" \
@@ -120,7 +114,7 @@ stamp-ephy-embed-type-builtins.c: $(TYPES_H_FILES)
ephy-embed-type-builtins.h: stamp-ephy-embed-type-builtins.h
@true
-stamp-ephy-embed-type-builtins.h: $(TYPES_H_FILES)
+stamp-ephy-embed-type-builtins.h: $(INST_H_FILES)
( cd $(srcdir) && $(GLIB_MKENUMS) \
--fhead "#ifndef EPHY_EMBED_TYPE_BUILTINS_H\n" \
--fhead "#define EPHY_EMBED_TYPE_BUILTINS_H 1\n\n" \