Add the generated symbol lists to ignored files
[connman] / src / plugin.c
index 801df8b..d2ee80f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2007-2008  Intel Corporation. All rights reserved.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as
@@ -69,7 +69,7 @@ static void load_plugins(const gchar *path)
                        GModule *module;
                        struct connman_plugin_desc *desc;
 
-                       if (g_str_has_prefix(file, "libconnman") == FALSE ||
+                       if (g_str_has_prefix(file, "lib") == TRUE ||
                                        g_str_has_suffix(file, ".so") == FALSE)
                                continue;