From 9ccb326d981bd8fa1b7f5a77b0e47e700adbb73c Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 14 Jun 2003 01:16:09 +0000 Subject: [PATCH] Add Ancestors.py svn: r1725 --- src/plugins/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 11afb2d86..afe0b0b3d 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -5,6 +5,7 @@ pkgpython_PYTHON = \ AncestorChart.py\ AncestorReport.py\ + Ancestors.py\ ChangeTypes.py\ Check.py\ count_anc.py\