From 3eb1f15950d762af0faa5a744611c08bf4224563 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 14 Jun 2008 01:09:05 +0200 Subject: move plugins to a subdirectory of /usr/lib --- src/dso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dso.c') diff --git a/src/dso.c b/src/dso.c index c4b9da6..31db543 100644 --- a/src/dso.c +++ b/src/dso.c @@ -127,7 +127,7 @@ static int try_open(ca_context *c, const char *t) { p = PRIVATE_DSO(c); - if (!(mn = ca_sprintf_malloc("libcanberra-%s", t))) + if (!(mn = ca_sprintf_malloc(CA_PLUGIN_PATH "/libcanberra-%s", t))) return CA_ERROR_OOM; errno = 0; -- cgit