when adding a source file to a workere by adding the following to its make file:
SourceFiles=OcpiSingleton.cc
the extension for this file is forced to be .cc or the build will fail. There's no reason that we should be locking the file extensions down like this.
Fixed in 2017.Q1