diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/Makefile.am | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2003-11-24 Christian Persch <chpe@cvs.gnome.org> + * lib/Makefile.am: + + Remove ephy-types.h from Makefile.am, it's long gone. + +2003-11-24 Christian Persch <chpe@cvs.gnome.org> + * doc/reference/epiphany-docs.sgml: s/[Insert name here]/Epiphany/ diff --git a/lib/Makefile.am b/lib/Makefile.am index 285501655..5f7c74fc5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -64,7 +64,6 @@ libephymisc_la_SOURCES = \ ephy-string.c \ ephy-stock-icons.c \ ephy-thread-helpers.c \ - ephy-types.h \ ephy-zoom.c \ $(INST_H_FILES) \ $(NOINST_H_FILES) |