Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/Makefile.am
diff options
context:
space:
mode:
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)