fix edbus
authorRafael Antognolli <rafael.antognolli@intel.com>
Thu, 6 Feb 2014 16:04:35 +0000 (14:04 -0200)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Tue, 17 Jun 2014 15:00:06 +0000 (17:00 +0200)
Change-Id: I94e3d39286df830ef07ed2bda0ec87fce34cec4a

src/lib/elm_main.c

index 341ae6a6932cea7a64cbbce3db7db19be99a4de9..9f6f3b90a1be94d7c39858fcbceec8924d175bcb 100644 (file)
@@ -468,7 +468,7 @@ elm_need_e_dbus(void)
 #ifndef RTLD_NOLOAD
 # define RTLD_NOLOAD RTLD_GLOBAL
 #endif
-   if (!e_dbus_handle) e_dbus_handle = dlopen("libeldbus.so", RTLD_LAZY | RTLD_NOLOAD);
+   if (!e_dbus_handle) e_dbus_handle = dlopen("libedbus.so", RTLD_LAZY | RTLD_NOLOAD);
    if (!e_dbus_handle) return EINA_FALSE;
    init_func = dlsym(e_dbus_handle, "e_dbus_init");
    if (!init_func) return EINA_FALSE;