aboutsummaryrefslogtreecommitdiff
path: root/build2/dist/operation
diff options
context:
space:
mode:
Diffstat (limited to 'build2/dist/operation')
-rw-r--r--build2/dist/operation18
1 files changed, 18 insertions, 0 deletions
diff --git a/build2/dist/operation b/build2/dist/operation
new file mode 100644
index 0000000..eb5da76
--- /dev/null
+++ b/build2/dist/operation
@@ -0,0 +1,18 @@
+// file : build2/dist/operation -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BUILD2_DIST_OPERATION
+#define BUILD2_DIST_OPERATION
+
+#include <build2/operation>
+
+namespace build2
+{
+ namespace dist
+ {
+ extern meta_operation_info dist;
+ }
+}
+
+#endif // BUILD2_DIST_OPERATION