Bump version to 4.1-6
[LibreOffice.git] / slideshow / Module_slideshow.mk
blob3959028f211c3dcf5b227b260d4e1fcd1a35dc57
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Module_Module,slideshow))
12 $(eval $(call gb_Module_add_targets,slideshow,\
13 $(if $(filter TRUE,$(ENABLE_OPENGL)),Library_OGLTrans) \
14 Library_slideshow \
17 # not working
18 # CppunitTest_slideshow \
20 # not built normally (and unbuildable anyway ;)
21 # Executable_demoshow \
23 # vim: set noet sw=4 ts=4: