aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lib/Makefile.am1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 32153a580..28f9dfd34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)