diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.am | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -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) \ |