diff options
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 + |