]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface.cxx
...
[cpPlugins.git] / lib / cpPlugins / Interface.cxx
index f7ec07ef276bb08619f60286e00c67878484b863..e300d6fdb5112eddb110d98260e07d208f55b142 100644 (file)
@@ -35,7 +35,10 @@ Interface( )
         while( ( ent = readdir( dir ) ) != NULL )
         {
           std::string fname = *p + std::string( "/" ) + ent->d_name;
-          if( fname.find( "_Instances" ) != std::string::npos )
+          if(
+            fname.find( "_Instances" ) != std::string::npos ||
+            fname.find( "cpExtensions" ) != std::string::npos
+            )
             libs.push_back( fname );
 
         } // elihw