summaryrefslogtreecommitdiff
path: root/libvisio/Makefile
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-03 13:57:46 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 12:48:44 +0200
commit97ed2616bdc104a86655f4f629870193a6b222ce (patch)
tree124c98eac2aa946778d8231b5cf6d048e3d9b694 /libvisio/Makefile
parent3d8ceca16461c12801f73a8bd67544bd4e4370e4 (diff)
libvisio: convert to gbuild
Change-Id: Ie52c2ed87bf7631877bdf9a4cffc2f0a8fb3736c
Diffstat (limited to 'libvisio/Makefile')
-rw-r--r--libvisio/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/libvisio/Makefile b/libvisio/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/libvisio/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: