aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/Makefile.am19
1 files changed, 10 insertions, 9 deletions
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
+