summaryrefslogtreecommitdiff
path: root/cppuhelper/StaticLibrary_findsofficepath.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-10-10 13:50:20 +0200
committerDavid Tardon <dtardon@redhat.com>2012-10-10 17:26:54 +0200
commit76987f83c84b4cc7163f9065a7eed219eefa39a1 (patch)
tree77c9a9e811518e0df0b57bbd3978a3a90035f5e5 /cppuhelper/StaticLibrary_findsofficepath.mk
parent3e86d0b174ba08d62a9f9009ca4eeac24f7c1aa9 (diff)
replace findsofficepath.obj by static lib
Change-Id: I652ac46aec72a92667995353efa637f0a2310672
Diffstat (limited to 'cppuhelper/StaticLibrary_findsofficepath.mk')
-rw-r--r--cppuhelper/StaticLibrary_findsofficepath.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/cppuhelper/StaticLibrary_findsofficepath.mk b/cppuhelper/StaticLibrary_findsofficepath.mk
new file mode 100644
index 000000000000..a33c13afc11a
--- /dev/null
+++ b/cppuhelper/StaticLibrary_findsofficepath.mk
@@ -0,0 +1,21 @@
+# -*- 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_StaticLibrary_StaticLibrary,findsofficepath))
+
+$(eval $(call gb_StaticLibrary_use_packages,findsofficepath,\
+ cppuhelper_inc \
+ sal_inc \
+))
+
+$(eval $(call gb_StaticLibrary_add_cobjects,findsofficepath,\
+ cppuhelper/source/findsofficepath \
+))
+
+# vim: set noet sw=4 ts=4: