diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 57ed57b41..e4a0a59e8 100644 --- a/gramps2/ChangeLog +++ b/gramps2/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/gramps2/src/Makefile.am b/gramps2/src/Makefile.am index 807fa1c5c..301463cc0 100644 --- a/gramps2/src/Makefile.am +++ b/gramps2/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