summaryrefslogtreecommitdiff
path: root/remotebridges/Makefile
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-26 16:06:33 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-26 16:15:07 +0200
commite726638eb8bd9e8fab3268259ddee9de88c56a39 (patch)
treea6d447d8aaf410b6f67aa23a509b4078ccc0a271 /remotebridges/Makefile
parenteb0a1da770161a7d680061eaa3d79f8ea8eef6ac (diff)
gbuildize remotebridges
Change-Id: I01e97df2f9f098719e3de578526cb1d13d2db6fa
Diffstat (limited to 'remotebridges/Makefile')
-rw-r--r--remotebridges/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/remotebridges/Makefile b/remotebridges/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/remotebridges/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: