aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks/Makefile.am')
-rw-r--r--src/bookmarks/Makefile.am14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am
index 4dd24c1bd..098462cfa 100644
--- a/src/bookmarks/Makefile.am
+++ b/src/bookmarks/Makefile.am
@@ -19,13 +19,17 @@ noinst_LTLIBRARIES = libephybookmarks.la
libephybookmarks_la_SOURCES = \
ephy-bookmarks.c \
ephy-bookmarks.h \
- ephy-tree-model-node.c \
- ephy-tree-model-node.h \
- ephy-node-view.c \
- ephy-node-view.h \
ephy-bookmarks-editor.c \
ephy-bookmarks-editor.h \
+ ephy-bookmarks-import.c \
+ ephy-bookmarks-import.h \
ephy-keywords-entry.c \
ephy-keywords-entry.h \
ephy-new-bookmark.c \
- ephy-new-bookmark.h
+ ephy-new-bookmark.h \
+ ephy-node-view.c \
+ ephy-node-view.h \
+ ephy-tree-model-node.c \
+ ephy-tree-model-node.h
+
+