From 36f45b392ac9a6c81ecdd42d2ece052f2d88a985 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 2 Oct 2011 23:15:34 +0000 Subject: [PATCH] Add MergeCitations.py to Makefile.am so that it gets installed svn: r18243 --- src/plugins/tool/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/tool/Makefile.am b/src/plugins/tool/Makefile.am index ec1289531..dd699cd42 100644 --- a/src/plugins/tool/Makefile.am +++ b/src/plugins/tool/Makefile.am @@ -28,7 +28,8 @@ pkgdata_PYTHON = \ SortEvents.py \ SoundGen.py \ tools.gpr.py \ - Verify.py + Verify.py \ + MergeCitations.py # DumpGenderStats.py \ # PHPGedViewConnector.py \ # TestcaseGenerator.py