summaryrefslogtreecommitdiff
path: root/slideshow/Library_OGLTrans.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-10-25 11:52:39 +0200
committerDavid Tardon <dtardon@redhat.com>2016-10-25 16:11:12 +0200
commitc5423234f329225036dc4360a02fec3e35fe733f (patch)
tree9ec2bfb82f98720616dd443e5e553092c08044b8 /slideshow/Library_OGLTrans.mk
parentd8ffe6c4d60f363bc60d7d299cd138adedab22e6 (diff)
remove unnecessary dir and name prefix
Change-Id: I57b8d8b187fe7b8a99f2f90d696cd8c97b8a07b6
Diffstat (limited to 'slideshow/Library_OGLTrans.mk')
-rw-r--r--slideshow/Library_OGLTrans.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk
index 78d7188da09b..612f6defad28 100644
--- a/slideshow/Library_OGLTrans.mk
+++ b/slideshow/Library_OGLTrans.mk
@@ -62,9 +62,9 @@ $(eval $(call gb_Library_add_libs,OGLTrans,\
endif
$(eval $(call gb_Library_add_exception_objects,OGLTrans,\
- slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl \
- slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl \
- slideshow/source/engine/OGLTrans/generic/OGLTrans_Operation \
+ slideshow/source/engine/OGLTrans/TransitionerImpl \
+ slideshow/source/engine/OGLTrans/TransitionImpl \
+ slideshow/source/engine/OGLTrans/Operation \
))
# vim: set noet sw=4 ts=4: