From 59b3434621c316203032db9d734144331f870867 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sat, 5 Aug 2006 04:10:28 +0000 Subject: [PATCH] * src/Filters/Rules/Event/Makefile.am (pkgdata_PYTHON): Ship new files. * src/Filters/Makefile.am (pkgdata_PYTHON): Ship new file. svn: r7129 --- ChangeLog | 2 ++ src/Filters/Makefile.am | 1 + src/Filters/Rules/Event/Makefile.am | 8 ++++++++ 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb879b0c6..35c647ca6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ 2006-08-04 Alex Roitman + * src/Filters/Rules/Event/Makefile.am (pkgdata_PYTHON): Ship new files. + * src/Filters/Makefile.am (pkgdata_PYTHON): Ship new file. * src/DataViews/_EventView.py: Add sidebar filter. * src/FilterEditor/_FilterEditor.py: Support event filters. * src/Filters/__init__.py: expose new module. diff --git a/src/Filters/Makefile.am b/src/Filters/Makefile.am index 759f2b99b..e6def47e3 100644 --- a/src/Filters/Makefile.am +++ b/src/Filters/Makefile.am @@ -5,6 +5,7 @@ SUBDIRS = Rules pkgdatadir = $(datadir)/@PACKAGE@/Filters pkgdata_PYTHON = \ + _EventSidebarFilter.py \ _FamilySidebarFilter.py \ _FilterComboBox.py \ _FilterList.py \ diff --git a/src/Filters/Rules/Event/Makefile.am b/src/Filters/Rules/Event/Makefile.am index dd69192b6..a034b59d5 100644 --- a/src/Filters/Rules/Event/Makefile.am +++ b/src/Filters/Rules/Event/Makefile.am @@ -3,6 +3,14 @@ pkgdatadir = $(datadir)/@PACKAGE@/Filters/Rules/Event pkgdata_PYTHON = \ + _MatchesFilter.py\ + _EventPrivate.py\ + _HasNoteRegexp.py\ + _RegExpIdOf.py\ + _AllEvents.py\ + _HasIdOf.py\ + _HasType.py\ + _HasNoteMatchingSubstringOf.py\ __init__.py pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Event