// file : build2/dist/operation -*- C++ -*- // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD2_DIST_OPERATION #define BUILD2_DIST_OPERATION #include namespace build2 { namespace dist { extern meta_operation_info dist; } } #endif // BUILD2_DIST_OPERATION