From 61530228c9500c0741cfeb42315265cb429c43d4 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 2 Feb 2005 14:02:13 +0000 Subject: [PATCH] * src/Makefile.am: Ship ReadGrdb.py and WriteGrdb.py. svn: r4017 --- ChangeLog | 3 +++ src/Makefile.am | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 57ed57b41..e4a0a59e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2005-02-02 Alex Roitman + * src/Makefile.am: Ship ReadGrdb.py and WriteGrdb.py. + 2005-02-01 Alex Roitman * src/Report.py: Proper translatable strings for generation numbers. * src/ReportUtils.py: More report-related methods. diff --git a/src/Makefile.am b/src/Makefile.am index 807fa1c5c..301463cc0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ # This is the src level Makefile for Gramps SUBDIRS = docgen plugins dates data po @@ -112,7 +113,9 @@ gdir_PYTHON = \ GrampsIniKeys.py\ GrampsGconfKeys.py\ RecentFiles.py\ - ReportOptions.py + ReportOptions.py\ + ReadGrdb.py\ + WriteGrdb.py # Could use GNU make's ':=' syntax for nice wildcard use. # If not using GNU make, then list all files individually