diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2011-01-24 14:50:37 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-01-24 14:38:49 +0100 |
commit | 419dde632142c7d4eccb2b0e0413ce49c0d8240d (patch) | |
tree | f80a6ffdcf952d8953656e15a9dfc6ecb9b32f0d | |
parent | 1f356f227bc4257c05dc34e961e4017fd927a522 (diff) | |
download | ofono-419dde632142c7d4eccb2b0e0413ce49c0d8240d.tar.bz2 |
build: Use pkglibdir where applicable
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |