update emoji autocorrect entries from po-files
[LibreOffice.git] / slideshow / Module_slideshow.mk
blob5d9978b098253d2a72e903f066fd322403be9080
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 \
15 Package_opengl \
18 # not working
19 # CppunitTest_slideshow \
21 # not built normally (and unbuildable anyway ;)
22 # Executable_demoshow \
24 # vim: set noet sw=4 ts=4: