diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 92558f383..38c4a7c68 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,7 +68,6 @@ NOINST_H_FILES = \ popup-commands.h \ prefs-dialog.h \ ppview-toolbar.h \ - statusbar.h \ toolbar.h \ window-commands.h @@ -78,7 +77,8 @@ INST_H_FILES = \ ephy-session.h \ ephy-shell.h \ ephy-tab.h \ - ephy-window.h + ephy-window.h \ + statusbar.h libephymain_la_SOURCES = \ $(CORBA_SOURCE) \ |