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>
Fri, 18 Apr 2014 08:43:21 +0000 (10:43 +0200)
Change-Id: I94e3d39286df830ef07ed2bda0ec87fce34cec4a

src/lib/elm_main.c

index aacc4f4826450765511ab6e44ac58d9921785033..7aaefec77cb754c3e0eb397ae714fa337516fda8 100644 (file)
@@ -467,7 +467,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;