From f0016899eec4ff2ad61ef56a21e4132dd314a37f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 6 Feb 2013 12:12:42 +0200 Subject: Install plugin to pkgexecdir instead of bindir --- odb/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/Makefile.am') diff --git a/odb/Makefile.am b/odb/Makefile.am index 1fa8298..5b976ea 100644 --- a/odb/Makefile.am +++ b/odb/Makefile.am @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file -plugindir = $(bindir) +plugindir = $(pkglibexecdir) bin_PROGRAMS = odb plugin_LTLIBRARIES = odb.la @@ -19,7 +19,7 @@ odb_la_LDFLAGS = -module -shrext .so -avoid-version # Remove the .la file from the final install. # install-data-hook: - rm -f '$(DESTDIR)/$(bindir)/odb.la' + rm -f '$(DESTDIR)$(pkglibexecdir)/odb.la' # Driver. # -- cgit v1.1