Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2008-01-04 20:26:12 (GMT)
committer Carlos Garnacho <carlosg@src.gnome.org>2008-01-04 20:26:12 (GMT)
commitffd1dec01f98d853c017b575fd4df26377ed7e65 (patch)
tree82d82b47921cc309d53744cb97aa6f369d193e20 /shell/Makefile.am
parente2454047ecb9509ea4439ad8e0cb0d1697db260d (diff)
Added, EvTransitionAnimation will contain the implementations for page
2008-01-04 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation will contain the implementations for page transition animations, at the moment it just has the "replace" effect. * shell/Makefile.am: Added these files to build. svn path=/trunk/; revision=2799
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index b301374..2b5d58e 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -84,6 +84,8 @@ evince_SOURCES= \
ev-timeline.h \
ev-tooltip.c \
ev-tooltip.h \
+ ev-transition-animation.c \
+ ev-transition-animation.h \
main.c \
xdg-user-dir-lookup.c