diff --git a/ChangeLog b/ChangeLog index ccdf3a014..d46485626 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ 2007-06-27 Alex Roitman + * src/ReportBase/Makefile.am: Ship new files. * src/GrampsLocale/Makefile.am: Ship __init__.py. * src/RelLib/Makefile.am: Ship _BasicPrimaryObject.py. * gramps.sh.in: Typo. diff --git a/src/ReportBase/Makefile.am b/src/ReportBase/Makefile.am index 19ded65f2..5565d295c 100644 --- a/src/ReportBase/Makefile.am +++ b/src/ReportBase/Makefile.am @@ -4,11 +4,13 @@ pkgdatadir = $(datadir)/@PACKAGE@/ReportBase pkgdata_PYTHON = \ _BareReportDialog.py\ + _Bibliography.py\ _BookFormatComboBox.py\ _CommandLineReport.py\ _Constants.py\ _DrawFormatComboBox.py\ _DrawReportDialog.py\ + _Endnotes.py\ _FileEntry.py\ __init__.py\ _PaperMenu.py\