• Joerg Bruehe's avatar
    Part of the fixes for bug#49022 · c2676e2b
    Joerg Bruehe authored
        Plugins included into bin release cannot be
        installed on debug version of server
    
    IF    the build process was split into separate "debug" and
          "optimized" builds
       AND
          the plugin files of the debug build got copied into
          "plugin/debug/"
    (both is done for MySQL release builds starting from 5.5.3),
    THEN these debug plugin files are to be included in the
         final binary package.
    
    This change deals with the inclusion only,
    the other parts are done in different changesets.
    c2676e2b
Makefile.am 1.3 KB