27d0ddf6b4
Change-Id: Ib7c85b6004f4cf1cc3a3ecf280d9c99fb2e7297f Reviewed-on: https://gerrit.libreoffice.org/6338 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
7 lines
228 B
Makefile
7 lines
228 B
Makefile
# -*- 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:
|