From 613221bde1744265c336c2b5f2ade0bfb9b22d16 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Thu, 21 Feb 2013 00:56:13 -0600 Subject: convert odk to gbuild and add to tail_build Change-Id: I8e8de7f2bb87cce7916c7c2df24c1b0ddaea55c0 Reviewed-on: https://gerrit.libreoffice.org/2288 Reviewed-by: Peter Foley Tested-by: Peter Foley --- odk/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 odk/Makefile (limited to 'odk/Makefile') diff --git a/odk/Makefile b/odk/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/odk/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: -- cgit