aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-12-15 22:04:55 +0800
committerChristian Persch <chpe@src.gnome.org>2003-12-15 22:04:55 +0800
commitbdfca4efa02c758af85bafa72fefb3a1bbafbc72 (patch)
tree1b1c7e7cc9d70f0e74152b562474bd3051dafddf
parent3d83b51e03f4908acda3960fb50543925495bcd0 (diff)
downloadgsoc2013-epiphany-bdfca4efa02c758af85bafa72fefb3a1bbafbc72.tar
gsoc2013-epiphany-bdfca4efa02c758af85bafa72fefb3a1bbafbc72.tar.gz
gsoc2013-epiphany-bdfca4efa02c758af85bafa72fefb3a1bbafbc72.tar.bz2
gsoc2013-epiphany-bdfca4efa02c758af85bafa72fefb3a1bbafbc72.tar.lz
gsoc2013-epiphany-bdfca4efa02c758af85bafa72fefb3a1bbafbc72.tar.xz
gsoc2013-epiphany-bdfca4efa02c758af85bafa72fefb3a1bbafbc72.tar.zst
gsoc2013-epiphany-bdfca4efa02c758af85bafa72fefb3a1bbafbc72.zip
Don't install statusbar.h.
2003-12-15 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: Don't install statusbar.h.
-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) \