diff --git a/src/plugins/import/Makefile.am b/src/plugins/import/Makefile.am index 4f44c3313..fca10f3aa 100644 --- a/src/plugins/import/Makefile.am +++ b/src/plugins/import/Makefile.am @@ -2,9 +2,8 @@ # We could use GNU make's ':=' syntax for nice wildcard use, # but that is not necessarily portable. # If not using GNU make, then list all .py files individually - -pkgpythondir = $(datadir)/@PACKAGE@/plugins/import - + +pkgdatadir = $(datadir)/@PACKAGE@/plugins/import pkgpython_PYTHON = \ import.gpr.py \ ImportCsv.py \ @@ -17,6 +16,7 @@ pkgpython_PYTHON = \ ImportXml.py pkgpyexecdir = @pkgpyexecdir@/plugins/import +pkgpythondir = $(datadir)/@PACKAGE@/plugins/import dist_pkgdata_DATA = importgedcom.glade