summaryrefslogtreecommitdiff
path: root/libwpg/Makefile
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-04 14:00:07 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 12:51:20 +0200
commitbe742b279a807f7effe758975ce0364f4a80732e (patch)
treef6fe3660f66962613205f81e02a0b56ecf099d2b /libwpg/Makefile
parent0c6fbcad3ff71fb755406ec914da0ae15e2d21e0 (diff)
libwpg: convert to gbuild
Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f
Diffstat (limited to 'libwpg/Makefile')
-rw-r--r--libwpg/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/libwpg/Makefile b/libwpg/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/libwpg/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: