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-01-03 16:56:20 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-01-03 20:14:12 (GMT)
commit27dd64c8e65aeaa40ab6ac3472be5df31feacaf3 (patch)
treedaf9b106f575d1559fb808d73b52e93290ea60be /libview/Makefile.am
parent814e04f662eaf1f538f4639c9f4cc04da08d15f8 (diff)
[libview] Move cursor handling stuff to a new file
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 e26e82e..95d9f29 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -7,6 +7,7 @@ NOINST_H_FILES = \
ev-timeline.h \
ev-transition-animation.h \
ev-view-accessible.h \
+ ev-view-cursor.h \
ev-view-marshal.h \
ev-view-private.h
@@ -36,6 +37,7 @@ libevview_la_SOURCES = \
ev-view.c \
ev-view-accessible.c \
ev-view-marshal.c \
+ ev-view-cursor.c \
ev-view-type-builtins.c \
$(NOINST_H_FILES) \
$(INST_H_FILES)