Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-07 08:50:20 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-07 08:50:20 (GMT)
commitcc49d17cb3597257bb0d8dc1038de835fe330aa0 (patch)
tree262a40783a58923cad59a73f43a4451ab5adbd2d /libview/Makefile.am
parent488328147c1031108df847ce43e3600bc269feb4 (diff)
[libview] Add loading window to show loading progress information
Diffstat (limited to 'libview/Makefile.am')
-rw-r--r--libview/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libview/Makefile.am b/libview/Makefile.am
index f2848e6..980bc00 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -2,6 +2,7 @@ lib_LTLIBRARIES = libevview.la
NOINST_H_FILES = \
ev-annotation-window.h \
+ ev-loading-window.h \
ev-page-cache.h \
ev-pixbuf-cache.h \
ev-timeline.h \
@@ -27,6 +28,7 @@ header_DATA = $(INST_H_FILES)
libevview_la_SOURCES = \
ev-annotation-window.c \
ev-document-model.c \
+ ev-loading-window.c \
ev-jobs.c \
ev-job-scheduler.c \
ev-page-cache.c \