1# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
3# This file is part of the LibreOffice project.
4#
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/.
8#
9
10$(eval $(call gb_Package_Package,extras_gallsystem,$(SRCDIR)/extras/source/gallery/gallery_system))
11
12$(eval $(call gb_Package_add_files,extras_gallsystem,$(LIBO_SHARE_FOLDER)/gallery,\
13	sg1.sdg \
14	sg1.sdv \
15	sg1.thm \
16	sg4.sdg \
17	sg4.sdv \
18	sg4.thm \
19	sg24.sdg \
20	sg24.sdv \
21	sg24.thm \
22	sg36.sdg \
23	sg36.sdv \
24	sg36.thm \
25))
26
27# vim: set noet sw=4 ts=4:
28