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 | |
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')
-rw-r--r-- | lib/toolbar/Makefile.am | 29 | ||||
-rw-r--r-- | lib/widgets/Makefile.am | 19 |
2 files changed, 25 insertions, 23 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 + diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index a8b7a69b8..b7d859202 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -12,19 +12,20 @@ INCLUDES = \ noinst_LTLIBRARIES = libephywidgets.la libephywidgets_la_SOURCES = \ + eggtreemodelfilter.c \ + eggtreemodelfilter.h + eggtreemultidnd.c \ + eggtreemultidnd.h \ + ephy-autocompletion-window.c \ + ephy-autocompletion-window.h \ ephy-ellipsizing-label.c \ ephy-ellipsizing-label.h \ - ephy-notebook.c \ - ephy-notebook.h \ ephy-location-entry.c \ ephy-location-entry.h \ - ephy-autocompletion-window.c \ - ephy-autocompletion-window.h \ + ephy-notebook.c \ + ephy-notebook.h \ ephy-spinner.c \ ephy-spinner.h \ - eggtreemultidnd.c \ - eggtreemultidnd.h \ ephy-tree-model-sort.c \ - ephy-tree-model-sort.h \ - eggtreemodelfilter.c \ - eggtreemodelfilter.h + ephy-tree-model-sort.h + |