aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/Makefile.am10
2 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c524867d..8925d35b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2005-01-08 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
+
+ Also generate types for ephy-cookie-manager.h's enums.
+
+2005-01-08 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
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" \