diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-04 13:11:45 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-08 12:50:39 +0200 |
commit | 105edf31b9e9be7cbc033d8ed09b382457fd1264 (patch) | |
tree | 2d6708ddafcd390bf5d8c94721a3ab1948a9b2bb /libmspub/Package_libmspub.mk | |
parent | 71a3db78930b7b804231e2a6c576cad672d39c8d (diff) |
libmspub: convert to gbuild
Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
Diffstat (limited to 'libmspub/Package_libmspub.mk')
-rw-r--r-- | libmspub/Package_libmspub.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libmspub/Package_libmspub.mk b/libmspub/Package_libmspub.mk new file mode 100644 index 000000000000..af25dc129c74 --- /dev/null +++ b/libmspub/Package_libmspub.mk @@ -0,0 +1,20 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,libmspub_inc,$(call gb_UnpackedTarball_get_dir,mspub/src/lib))) + +$(eval $(call gb_Package_use_unpacked,libmspub_inc,mspub)) + +$(eval $(call gb_Package_add_files,libmspub_inc,inc/external/libmspub,\ + libmspub.h \ + MSPUBDocument.h \ + MSPUBStringVector.h \ +)) + +# vim: set noet sw=4 ts=4: |