From 235a1554235f221652529e2d4458730fbf709287 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 13 Feb 2004 14:13:43 +0000 Subject: Install the statusbar .h file. 2004-02-13 Christian Persch * doc/reference/Makefile.am: * src/Makefile.am: Install the statusbar .h file. R src/statusbar.[ch]: A src/ephy-statusbar.[ch]: s/statusbar/ephy-statusbar/ and friends. * src/ephy-window.c: (sync_tab_load_progress), (sync_tab_security), (ephy_window_init): Change references from statusbar to ephy-statusbar. Remove selection-received stuff, since it now lives in EphyTab. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 8c45f2fb4..b4df30330 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -71,7 +71,6 @@ NOINST_H_FILES = \ popup-commands.h \ prefs-dialog.h \ ppview-toolbar.h \ - statusbar.h \ toolbar.h \ window-commands.h @@ -80,6 +79,7 @@ INST_H_FILES = \ ephy-notebook.h \ ephy-session.h \ ephy-shell.h \ + ephy-statusbar.h \ ephy-tab.h \ ephy-window.h @@ -102,6 +102,7 @@ libephymain_la_SOURCES = \ ephy-notebook.c \ ephy-session.c \ ephy-shell.c \ + ephy-statusbar.c \ ephy-tab.c \ ephy-tab.h \ ephy-tabs-menu.c \ @@ -112,7 +113,6 @@ libephymain_la_SOURCES = \ popup-commands.c \ prefs-dialog.c \ ppview-toolbar.c \ - statusbar.c \ toolbar.c \ window-commands.c \ $(INST_H_FILES) \ -- cgit