summaryrefslogtreecommitdiffstats
path: root/src/dso.c
diff options
context:
space:
mode:
authorLennart Poettering <mzfuryy@0pointer.net>2008-06-14 01:09:05 +0200
committerLennart Poettering <mzfuryy@0pointer.net>2008-06-14 01:09:05 +0200
commit3eb1f15950d762af0faa5a744611c08bf4224563 (patch)
treebe72af53a23d2c8351cb39486f391c2b594881f6 /src/dso.c
parent787e8862720dad857aa54f1064d8f9b0fa85feec (diff)
move plugins to a subdirectory of /usr/lib
Diffstat (limited to 'src/dso.c')
-rw-r--r--src/dso.c2
1 files changed, 1 insertions, 1 deletions
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;