aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/Makefile.am4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ccff55c7..7405f6c32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-12-15 Christian Persch <chpe@cvs.gnome.org>
+ * src/Makefile.am:
+
+ Don't install statusbar.h.
+
+2003-12-15 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-extension.c: (ephy_extension_get_type):
Fix silly type flags.
diff --git a/src/Makefile.am b/src/Makefile.am
index 38c4a7c68..92558f383 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,6 +68,7 @@ NOINST_H_FILES = \
popup-commands.h \
prefs-dialog.h \
ppview-toolbar.h \
+ statusbar.h \
toolbar.h \
window-commands.h
@@ -77,8 +78,7 @@ INST_H_FILES = \
ephy-session.h \
ephy-shell.h \
ephy-tab.h \
- ephy-window.h \
- statusbar.h
+ ephy-window.h
libephymain_la_SOURCES = \
$(CORBA_SOURCE) \