summaryrefslogtreecommitdiff
path: root/scp2/AutoInstallLibs_base.mk
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-06-04 13:41:12 -0300
committerMatúš Kukan <matus.kukan@gmail.com>2013-06-06 12:46:10 +0000
commit53070b048afcc7eaf1dbe79eecadb4045e65c342 (patch)
tree219f358956015ef2b72b6d4353dba6d6f46efb61 /scp2/AutoInstallLibs_base.mk
parent7d257ffb1365aec5a2fa798bee832400b9d41ad3 (diff)
fdo#60924 autoinstall - gbuild/scp2: add base module
Change-Id: Iee1000ff245c369446a9e671a3f7c637f76f989b Reviewed-on: https://gerrit.libreoffice.org/4153 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
Diffstat (limited to 'scp2/AutoInstallLibs_base.mk')
-rw-r--r--scp2/AutoInstallLibs_base.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/scp2/AutoInstallLibs_base.mk b/scp2/AutoInstallLibs_base.mk
new file mode 100644
index 000000000000..5cb70c28f4d6
--- /dev/null
+++ b/scp2/AutoInstallLibs_base.mk
@@ -0,0 +1,12 @@
+# -*- 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_AutoInstallLibs_AutoInstallLibs,base,BASE,LIBO_LIB_FILE,auto_Base_Lib))
+
+# vim: set noet sw=4 ts=4: