summaryrefslogtreecommitdiff
path: root/slideshow/Library_OGLTrans.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-10-25 15:35:18 +0200
committerDavid Tardon <dtardon@redhat.com>2016-10-25 16:11:13 +0200
commit093d7b1c6824c3512cd812c9ad5a661c4e0be892 (patch)
tree24141ddf069c3c8b0555787424e55fc7bee46409 /slideshow/Library_OGLTrans.mk
parentc5423234f329225036dc4360a02fec3e35fe733f (diff)
rename dir to follow suit
Change-Id: I894e6a089e99ed6cec3a970ffa0cce9cbd9a9e1a
Diffstat (limited to 'slideshow/Library_OGLTrans.mk')
-rw-r--r--slideshow/Library_OGLTrans.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk
index 612f6defad28..3dce6342b411 100644
--- a/slideshow/Library_OGLTrans.mk
+++ b/slideshow/Library_OGLTrans.mk
@@ -34,7 +34,7 @@ $(eval $(call gb_Library_use_externals,OGLTrans,\
glm_headers \
))
-$(eval $(call gb_Library_set_componentfile,OGLTrans,slideshow/source/engine/OGLTrans/ogltrans))
+$(eval $(call gb_Library_set_componentfile,OGLTrans,slideshow/source/engine/opengl/ogltrans))
ifeq ($(strip $(OS)),MACOSX)
@@ -62,9 +62,9 @@ $(eval $(call gb_Library_add_libs,OGLTrans,\
endif
$(eval $(call gb_Library_add_exception_objects,OGLTrans,\
- slideshow/source/engine/OGLTrans/TransitionerImpl \
- slideshow/source/engine/OGLTrans/TransitionImpl \
- slideshow/source/engine/OGLTrans/Operation \
+ slideshow/source/engine/opengl/TransitionerImpl \
+ slideshow/source/engine/opengl/TransitionImpl \
+ slideshow/source/engine/opengl/Operation \
))
# vim: set noet sw=4 ts=4: