From 19fab6f11c33e09e932f107ac1c706569caf6288 Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Sun, 7 Sep 2008 10:41:39 +0000 Subject: [PATCH] Forgot to update makefiles for some recent additions svn: r11035 --- src/Filters/Rules/Event/Makefile.am | 1 + src/plugins/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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\