diff options
author | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-02 04:09:33 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-02 04:09:33 +0800 |
commit | 1d8491a1dcd425eaeeb39739fec95e892ba641d5 (patch) | |
tree | 5b673229f26985b427c52433e6d7731074963247 /lib/toolbar | |
parent | 2a830a379ab4c38b512ee521ccf10ba9cb28da53 (diff) | |
download | gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.gz gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.bz2 gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.lz gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.xz gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.zst gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.zip |
*** empty log message ***
Diffstat (limited to 'lib/toolbar')
-rw-r--r-- | lib/toolbar/Makefile.am | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/lib/toolbar/Makefile.am b/lib/toolbar/Makefile.am index eb2bcf687..d616b1ef5 100644 --- a/lib/toolbar/Makefile.am +++ b/lib/toolbar/Makefile.am @@ -15,29 +15,30 @@ noinst_LTLIBRARIES = libephytoolbar.la libephytoolbar_la_SOURCES = \ ephy-toolbar.h \ ephy-toolbar.c \ + ephy-toolbar-bonobo-view.c \ + ephy-toolbar-bonobo-view.h \ + ephy-toolbar-editor.h \ + ephy-toolbar-editor.c \ ephy-toolbar-item.h \ ephy-toolbar-item.c \ ephy-toolbar-item-factory.h \ ephy-toolbar-item-factory.c \ - ephy-tbi-zoom.h \ - ephy-tbi-zoom.c \ - ephy-tbi-separator.h \ - ephy-tbi-separator.c \ + ephy-toolbar-tree-model.h \ + ephy-toolbar-tree-model.c \ + ephy-tb-button.c \ + ephy-tb-button.h \ ephy-tbi-favicon.h \ ephy-tbi-favicon.c \ - ephy-tbi-spinner.h \ - ephy-tbi-spinner.c \ ephy-tbi-location.h \ ephy-tbi-location.c \ ephy-tbi-navigation-history.h \ ephy-tbi-navigation-history.c \ + ephy-tbi-separator.h \ + ephy-tbi-separator.c \ + ephy-tbi-spinner.h \ + ephy-tbi-spinner.c \ ephy-tbi-std-toolitem.h \ ephy-tbi-std-toolitem.c \ - ephy-toolbar-bonobo-view.c \ - ephy-toolbar-bonobo-view.h \ - ephy-toolbar-tree-model.h \ - ephy-toolbar-tree-model.c \ - ephy-toolbar-editor.h \ - ephy-toolbar-editor.c \ - ephy-tb-button.c \ - ephy-tb-button.h + ephy-tbi-zoom.h \ + ephy-tbi-zoom.c + |