diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-17 19:42:29 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-18 06:54:47 +0000 |
commit | 1fdb6185a18990818199ad355b89c72102c6a0da (patch) | |
tree | 12faec1605c43726f9d13190afcd7720e67ad6d2 /external/firebird/Makefile | |
parent | 1a6264aa1230239006296247c5b6f098b80b6455 (diff) |
fdo#70393: move firebird to a subdir of external
Change-Id: I2cb4f4b63ab526c3d034adf8c006103cde7e7304
Reviewed-on: https://gerrit.libreoffice.org/6302
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/firebird/Makefile')
-rw-r--r-- | external/firebird/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/external/firebird/Makefile b/external/firebird/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/external/firebird/Makefile @@ -0,0 +1,7 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: |