summaryrefslogtreecommitdiff
path: root/store/Makefile
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-06 17:17:22 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-07 06:55:30 +0200
commitd76c3f3abdc9f8e7139a78b85323b4865fe6b27b (patch)
treea85e5bb78509ea215338e1cf5c08c0150a33f13e /store/Makefile
parentc0ca1ef1990226cd5d7af6c1f76872e9ad8711f2 (diff)
gbuild conversion: store module
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
Diffstat (limited to 'store/Makefile')
-rw-r--r--store/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/store/Makefile b/store/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/store/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: