summaryrefslogtreecommitdiffstats
path: root/registry/Makefile
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-04 23:41:10 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-06 07:23:20 +0200
commit953d9ab43b38a5d181d64a4c87255a6182248897 (patch)
treec3b11c4e424bd07b88f3d3b270d064fb42ec2aab /registry/Makefile
parentRelated: fdo#47511 valgrind: invalid read of size 1 (diff)
downloadcore-953d9ab43b38a5d181d64a4c87255a6182248897.tar.gz
core-953d9ab43b38a5d181d64a4c87255a6182248897.zip
gbuild conversion: registry module
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
Diffstat (limited to 'registry/Makefile')
-rw-r--r--registry/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/registry/Makefile b/registry/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/registry/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: