From f3b27573e7997abaf2760d5835d7c5890f62a71d Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 23 May 2003 23:11:38 +0000 Subject: [PATCH] Minor updates svn: r1589 --- src/plugins/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index e690bfc2c..13f05706a 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -24,6 +24,7 @@ pkgpython_PYTHON = \ Merge.py\ PatchNames.py\ ReadGedcom.py\ + ReadPkg.py\ ReadNative.py\ RelCalc.py\ ReorderIds.py\ @@ -34,7 +35,9 @@ pkgpython_PYTHON = \ WebPage.py\ WriteGedcom.py\ WritePkg.py\ - eval.py\ + WriteCD.py\ + rel_ru.py\ + eval.py\ leak.py pkgpyexecdir = @pkgpyexecdir@/plugins @@ -53,7 +56,8 @@ GLADEFILES = \ relcalc.glade\ soundex.glade\ summary.glade\ - verify.glade + verify.glade\ + cdexport.glade pkgdatadir = $(datadir)/@PACKAGE@/plugins