summaryrefslogtreecommitdiffstats
path: root/vigra/Makefile
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-25 01:29:00 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-25 12:45:37 +0200
commit54a06c6820e13cae1401302c031cd15bd961eb7a (patch)
tree9b47d2aa1ca9d9f8fb45db480d58d42a115577ad /vigra/Makefile
parentmerge more, mostly small libraries for android (diff)
downloadcore-54a06c6820e13cae1401302c031cd15bd961eb7a.tar.gz
core-54a06c6820e13cae1401302c031cd15bd961eb7a.zip
vigra: convert to gbuild
Change-Id: Ie5f050bf5f672a35d9629dcfb039d9fff7470cab
Diffstat (limited to 'vigra/Makefile')
-rw-r--r--vigra/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/vigra/Makefile b/vigra/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/vigra/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: