diff --git a/src/Filters/Rules/Event/Makefile.am b/src/Filters/Rules/Event/Makefile.am index 68e859194..4974ccdf3 100644 --- a/src/Filters/Rules/Event/Makefile.am +++ b/src/Filters/Rules/Event/Makefile.am @@ -8,6 +8,7 @@ pkgdata_PYTHON = \ _HasNoteRegexp.py\ _RegExpIdOf.py\ _AllEvents.py\ + _HasData.py\ _HasIdOf.py\ _HasMarkerOf.py\ _HasType.py\ diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index cdc349780..f834b7e3d 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -56,6 +56,7 @@ pkgdata_PYTHON = \ OnThisDay.py\ OwnerEditor.py\ PatchNames.py\ + PlaceReport.py\ ReadGrdb.py\ ReadPkg.py\ Rebuild.py\