diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-15 22:04:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-15 22:04:55 +0800 |
commit | bdfca4efa02c758af85bafa72fefb3a1bbafbc72 (patch) | |
tree | 1b1c7e7cc9d70f0e74152b562474bd3051dafddf /src/Makefile.am | |
parent | 3d83b51e03f4908acda3960fb50543925495bcd0 (diff) | |
download | gsoc2013-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.
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 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) \ |