From b19c78e930a6084b5450d75aa7733b77770e6c4a Mon Sep 17 00:00:00 2001 From: Josip Pisoj Date: Sat, 3 Mar 2012 14:11:45 +0000 Subject: [PATCH] pkgpythondir multiply defined svn: r19001 --- src/plugins/export/Makefile.am | 3 +-- src/plugins/import/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/plugins/export/Makefile.am b/src/plugins/export/Makefile.am index 39dfcd155..f49f36245 100644 --- a/src/plugins/export/Makefile.am +++ b/src/plugins/export/Makefile.am @@ -16,8 +16,7 @@ pkgpython_PYTHON = \ ExportVCard.py \ ExportXml.py -pkgpyexecdir = @pkgpyexecdir@/plugins/export -pkgpythondir = $(datadir)/@PACKAGE@/plugins/export +pkgpyexecdir = @pkgpyexecdir@/plugins/export GLADEFILES = \ exportcsv.glade \ diff --git a/src/plugins/import/Makefile.am b/src/plugins/import/Makefile.am index 5a9ef2d3b..1e35b9e7e 100644 --- a/src/plugins/import/Makefile.am +++ b/src/plugins/import/Makefile.am @@ -17,7 +17,7 @@ pkgpython_PYTHON = \ ImportXml.py pkgpyexecdir = @pkgpyexecdir@/plugins/import -pkgpythondir = $(datadir)/@PACKAGE@/plugins/import + GLADEFILES = \ importgedcom.glade