From 419dde632142c7d4eccb2b0e0413ce49c0d8240d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 24 Jan 2011 14:50:37 +0200 Subject: [PATCH] build: Use pkglibdir where applicable --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9933e320..f941a197 100644 --- a/Makefile.am +++ b/Makefile.am @@ -366,7 +366,7 @@ BUILT_SOURCES = $(local_headers) CLEANFILES = src/builtin.h $(BUILT_SOURCES) $(rules_DATA) -plugindir = $(libdir)/ofono/plugins +plugindir = $(pkglibdir)/plugins if MAINTAINER_MODE build_plugindir = $(abs_top_srcdir)/plugins/.libs