summaryrefslogtreecommitdiff
path: root/cairo/Makefile
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-11-10 22:14:42 +0100
committerAndras Timar <atimar@suse.com>2012-11-20 20:36:42 +0000
commit2cb7ba189d308bb8ee30086ebf237518eba8cef1 (patch)
treeaaf1533d367a39334023e0892cce472455a9faaf /cairo/Makefile
parent835d0fb70097b41eef057493bb1fb67c12ce5306 (diff)
cairo: convert to gbuild
Change-Id: I1f3dd368a0d0b78b73df3baad214a1079bbbd1d3 Reviewed-on: https://gerrit.libreoffice.org/1144 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'cairo/Makefile')
-rw-r--r--cairo/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/cairo/Makefile b/cairo/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/cairo/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: