From 1ee760335b8562f52728baa6ffebb2e79b28e789 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sun, 9 Sep 2012 15:29:43 +0200 Subject: liborcus: convert to gbuild Change-Id: I6a0d869526ffd40bfe5ff81267f241c049d050f0 --- liborcus/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 liborcus/Makefile (limited to 'liborcus/Makefile') diff --git a/liborcus/Makefile b/liborcus/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/liborcus/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