Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2005-01-10 19:08:15 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-10 19:08:15 (GMT)
commit2d5fe16a0b4a8bbb85933e471a62550384446821 (patch)
tree8cf9cc024c35796da1b6d75b6d1d1f9312f9ed3d /backend/Makefile.am
parentd906aff9da8222c4377c558cbb079be0dc26613f (diff)
Rename bookmark to link, and use "Index" for the sidebar panel.
Diffstat (limited to 'backend/Makefile.am')
-rw-r--r--backend/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/backend/Makefile.am b/backend/Makefile.am
index 03a9103..ea599fd 100644
--- a/backend/Makefile.am
+++ b/backend/Makefile.am
@@ -11,14 +11,14 @@ noinst_LTLIBRARIES = libevbackend.la
libevbackend_la_SOURCES= \
ev-backend-marshal.c \
- ev-bookmark.c \
- ev-bookmark.h \
+ ev-link.c \
+ ev-link.h \
ev-document.c \
ev-document.h \
ev-document-thumbnails.c \
ev-document-thumbnails.h \
- ev-document-bookmarks.c \
- ev-document-bookmarks.h \
+ ev-document-links.c \
+ ev-document-links.h \
ev-document-find.c \
ev-document-find.h \
ev-ps-exporter.c \