From cfa5386bfb6cd8aaac6f572447561e4e8dd5d33d Mon Sep 17 00:00:00 2001 From: Tim G L Lyons Date: Mon, 16 Sep 2013 23:20:34 +0000 Subject: [PATCH] Add HasSourceIdOf and RegExpSourceIdOf to makefile.am svn: r23145 --- src/Filters/Rules/Citation/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Filters/Rules/Citation/Makefile.am b/src/Filters/Rules/Citation/Makefile.am index d5ada61d7..b4358ac3c 100644 --- a/src/Filters/Rules/Citation/Makefile.am +++ b/src/Filters/Rules/Citation/Makefile.am @@ -16,11 +16,13 @@ pkgpython_PYTHON = \ _HasNoteRegexp.py \ _HasReferenceCountOf.py \ _HasSource.py \ + _HasSourceIdOf.py \ _MatchesFilter.py \ _MatchesPageSubstringOf.py \ _MatchesRepositoryFilter.py \ _MatchesSourceFilter.py \ - _RegExpIdOf.py + _RegExpIdOf.py \ + _RegExpSourceIdOf.py pkgpyexecdir = @pkgpyexecdir@/Filters/Rules/Citation