summaryrefslogtreecommitdiff
path: root/libmspub/ExternalPackage_libmspub.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-21 16:53:52 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 14:57:30 +0200
commitf8afd6e28232a02eace0fda3a34b4edc8dc667fe (patch)
treeb4f9e72939dbf99514f9a9e084cee515e35f64d5 /libmspub/ExternalPackage_libmspub.mk
parent98a852fe6af082fc9c9679841dc390b4635888d4 (diff)
update ext. projects to use ExternalPackage
Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
Diffstat (limited to 'libmspub/ExternalPackage_libmspub.mk')
-rw-r--r--libmspub/ExternalPackage_libmspub.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/libmspub/ExternalPackage_libmspub.mk b/libmspub/ExternalPackage_libmspub.mk
new file mode 100644
index 000000000000..2b834cf3a062
--- /dev/null
+++ b/libmspub/ExternalPackage_libmspub.mk
@@ -0,0 +1,18 @@
+# -*- 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_ExternalPackage_ExternalPackage,libmspub_inc,mspub))
+
+$(eval $(call gb_ExternalPackage_add_unpacked_files,libmspub_inc,inc/external/libmspub,\
+ libmspub.h \
+ MSPUBDocument.h \
+ MSPUBStringVector.h \
+))
+
+# vim: set noet sw=4 ts=4: