diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-06-20 15:19:06 +0100 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-07-16 16:40:09 +0200 |
commit | 042bf0982c6da65a5d8845bd9202521f26eb337e (patch) | |
tree | eda5e554890ba5bc06f73d54750bc5baf9ade980 /scp2/InstallModule_firebird.mk | |
parent | b74cba43b0ae2a35df6a09f72309ccabdc6309c7 (diff) |
Setup Firebird installation / scp2 details.
Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f
Diffstat (limited to 'scp2/InstallModule_firebird.mk')
-rw-r--r-- | scp2/InstallModule_firebird.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/scp2/InstallModule_firebird.mk b/scp2/InstallModule_firebird.mk new file mode 100644 index 000000000000..b11169ffc2c8 --- /dev/null +++ b/scp2/InstallModule_firebird.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_InstallModule_InstallModule,scp2/firebird)) + +$(eval $(call gb_InstallModule_add_scpfiles,scp2/firebird,\ + scp2/source/firebird/file_firebird \ + scp2/source/firebird/module_firebird \ +)) + +# vim: set shiftwidth=4 tabstop=4 noexpandtab: |