diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 00:16:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-10 13:35:34 +0100 |
commit | d06a78c25bcb2672ef55664b495b2891e324bff2 (patch) | |
tree | acfe109dc00248262cde398784f7f5f643d1bca6 /unotest/Makefile | |
parent | 31e236c5efa01ac5c681a2f18774fe66a9e1249e (diff) |
unotest: convert to gbuild
Diffstat (limited to 'unotest/Makefile')
-rw-r--r-- | unotest/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unotest/Makefile b/unotest/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/unotest/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: |