From 7d1f6e56d560dd37b9063499a0a3b6a39e7769e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 2 Mar 2012 18:48:50 +0000 Subject: [PATCH] try to improve backport for #5554; consistency according to trunk svn: r18995 --- src/plugins/export/Makefile.am | 3 ++- src/plugins/import/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/plugins/export/Makefile.am b/src/plugins/export/Makefile.am index f49f36245..39dfcd155 100644 --- a/src/plugins/export/Makefile.am +++ b/src/plugins/export/Makefile.am @@ -16,7 +16,8 @@ pkgpython_PYTHON = \ ExportVCard.py \ ExportXml.py -pkgpyexecdir = @pkgpyexecdir@/plugins/export +pkgpyexecdir = @pkgpyexecdir@/plugins/export +pkgpythondir = $(datadir)/@PACKAGE@/plugins/export GLADEFILES = \ exportcsv.glade \ diff --git a/src/plugins/import/Makefile.am b/src/plugins/import/Makefile.am index 299f2a46b..5a9ef2d3b 100644 --- a/src/plugins/import/Makefile.am +++ b/src/plugins/import/Makefile.am @@ -16,7 +16,8 @@ pkgpython_PYTHON = \ ImportVCard.py \ ImportXml.py -pkgpyexecdir = @pkgpyexecdir@/plugins/import +pkgpyexecdir = @pkgpyexecdir@/plugins/import +pkgpythondir = $(datadir)/@PACKAGE@/plugins/import GLADEFILES = \ importgedcom.glade