aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toolbar/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toolbar/Makefile.am')
-rw-r--r--lib/toolbar/Makefile.am29
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
+