From c3f466c9ead47bc8ecae2019f0c6d08fa337a6f6 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 12 Feb 2018 20:52:06 +0100 Subject: ethumb: use new bs static lib --- src/lib/ethumb/ethumb.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/ethumb') diff --git a/src/lib/ethumb/ethumb.c b/src/lib/ethumb/ethumb.c index f6ddf9eace..436088e9b2 100644 --- a/src/lib/ethumb/ethumb.c +++ b/src/lib/ethumb/ethumb.c @@ -67,6 +67,7 @@ #include "ethumb_private.h" #include "Ethumb_Plugin.h" #include "md5.h" +#include "../../static_libs/buildsystem/buildsystem.h" static Ethumb_Version _version = { VMAJ, VMIN, VMIC, VREV }; EAPI Ethumb_Version *ethumb_version = &_version; @@ -172,9 +173,7 @@ _ethumb_plugins_load(void) const char **itr; for (itr = built_modules; *itr != NULL; itr++) { - snprintf(buf, sizeof(buf), - "%s/src/modules/ethumb/%s/.libs", - PACKAGE_BUILD_DIR, *itr); + bs_mod_get(buf, sizeof(buf), "ethumb", *itr); _plugins = eina_module_list_get(_plugins, buf, EINA_FALSE, NULL, NULL); } -- cgit v1.2.1