summaryrefslogtreecommitdiffstats
path: root/librelogo/Module_librelogo.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-11-07 23:31:44 +0100
committerAndras Timar <atimar@suse.com>2012-11-07 23:32:35 +0100
commit74abeff02b750fb22fc3d56299abc2cd12d357d3 (patch)
treecbd82d31a89f4ecfe8bcf7cbc0c0bc1cabc80af1 /librelogo/Module_librelogo.mk
parentUpdated core (diff)
downloadcore-74abeff02b750fb22fc3d56299abc2cd12d357d3.tar.gz
core-74abeff02b750fb22fc3d56299abc2cd12d357d3.zip
integrate librelogo to the build
Change-Id: I4cd29f6a893d72a49233bb53d19701d0bdd0e078
Diffstat (limited to 'librelogo/Module_librelogo.mk')
-rw-r--r--librelogo/Module_librelogo.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/librelogo/Module_librelogo.mk b/librelogo/Module_librelogo.mk
new file mode 100644
index 000000000000..cd0245d77d8d
--- /dev/null
+++ b/librelogo/Module_librelogo.mk
@@ -0,0 +1,17 @@
+# -*- 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_Module_Module,librelogo))
+
+$(eval $(call gb_Module_add_targets,librelogo,\
+ Configuration_librelogo \
+ Extension_librelogo \
+))
+
+# vim: set noet sw=4 ts=4: