summaryrefslogtreecommitdiff
path: root/desktop/Library_active_native.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-16 11:23:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-16 11:24:12 +0100
commit1327020b6723ef988fe4e8399a87ce70e21419d7 (patch)
tree7348fc3b98ebfd25da514c469aefc2bc27f6a82c /desktop/Library_active_native.mk
parentc3353da0f0f3b09ae6d0dd0be734a0f889629f0c (diff)
Re-enable building test-active.oxt
Change-Id: I56bd0630f8d238488d9d6598d87acefe1a08fdf0
Diffstat (limited to 'desktop/Library_active_native.mk')
-rw-r--r--desktop/Library_active_native.mk28
1 files changed, 28 insertions, 0 deletions
diff --git a/desktop/Library_active_native.mk b/desktop/Library_active_native.mk
new file mode 100644
index 000000000000..7c09c10737ec
--- /dev/null
+++ b/desktop/Library_active_native.mk
@@ -0,0 +1,28 @@
+# -*- 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_Library_Library,active_native))
+
+$(eval $(call gb_Library_add_exception_objects,active_native, \
+ desktop/test/deployment/active/active_native \
+))
+
+$(eval $(call gb_Library_use_externals,active_native, \
+ boost_headers \
+))
+
+$(eval $(call gb_Library_use_libraries,active_native, \
+ cppu \
+ cppuhelper \
+ sal \
+))
+
+$(eval $(call gb_Library_use_sdk_api,active_native))
+
+# vim: set noet sw=4 ts=4: