diff --git a/src/Filters/Rules/Makefile.am b/src/Filters/Rules/Makefile.am index 2e7f0e881..4b19bed51 100644 --- a/src/Filters/Rules/Makefile.am +++ b/src/Filters/Rules/Makefile.am @@ -26,8 +26,8 @@ pkgdata_PYTHON = \ _Rule.py\ _MatchesFilterBase.py\ _MatchesEventFilterBase.py \ - _MatchesSourceFilterBase.py \ - _HasMarkerBase.py + _MatchesSourceFilterBase.py + pkgpyexecdir = @pkgpyexecdir@/Filters/Rules pkgpythondir = @pkgpythondir@/Filters/Rules diff --git a/src/Filters/Rules/Note/Makefile.am b/src/Filters/Rules/Note/Makefile.am index 1479ffa53..b30456927 100644 --- a/src/Filters/Rules/Note/Makefile.am +++ b/src/Filters/Rules/Note/Makefile.am @@ -6,7 +6,6 @@ pkgdata_PYTHON = \ _AllNotes.py\ _ChangedSince.py\ _HasIdOf.py\ - _HasMarkerOf.py\ _MatchesSubstringOf.py\ _MatchesRegexpOf.py\ _HasNote.py\ diff --git a/src/Filters/Rules/Person/Makefile.am b/src/Filters/Rules/Person/Makefile.am index 34939e2c2..c22c06846 100644 --- a/src/Filters/Rules/Person/Makefile.am +++ b/src/Filters/Rules/Person/Makefile.am @@ -14,7 +14,6 @@ pkgdata_PYTHON = \ _HasBirth.py \ _HasCommonAncestorWith.py \ _HasCommonAncestorWithFilterMatch.py \ - _HasCompleteRecord.py \ _HasDeath.py \ _HasEvent.py \ _HasFamilyAttribute.py \ diff --git a/src/plugins/textreport/Makefile.am b/src/plugins/textreport/Makefile.am index 37f08b504..f22317640 100644 --- a/src/plugins/textreport/Makefile.am +++ b/src/plugins/textreport/Makefile.am @@ -16,7 +16,6 @@ pkgdata_PYTHON = \ FamilyGroup.py\ IndivComplete.py\ KinshipReport.py\ - MarkerReport.py\ NumberOfAncestorsReport.py\ PlaceReport.py\ SimpleBookTitle.py\