try to get export/visibility and build conditionals right for surfaces/, once more
[ardour.git] / libs / surfaces / wiimote / interface.cc
index 8695facb8dd4a584901e74442b9a0f01400850be..9a704e445e87f46773c59c88ba7e58a18eeb8ff3 100644 (file)
@@ -61,5 +61,5 @@ static ControlProtocolDescriptor wiimote_descriptor = {
        destroy : delete_wiimote_protocol
 };
 
-extern "C" LIBCONTROLCP_API ControlProtocolDescriptor* protocol_descriptor () { return &wiimote_descriptor; }
+extern "C" ARDOURSURFACE_API ControlProtocolDescriptor* protocol_descriptor () { return &wiimote_descriptor; }