diff --git a/ChangeLog b/ChangeLog index 2d7a402e3..aae837086 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-28 Douglas S. Blank + * src/ReportBase/Makefile.am: removed _MenuOptions.py + * src/PluginUtils/Makefile.am: added _MenuOptions.py + 2007-11-28 Douglas S.Blank * src/ReportBase/_MenuOptions.py: removed/moved to PluginUtils * src/ReportBase/__init__.py: removed Menu items diff --git a/src/PluginUtils/Makefile.am b/src/PluginUtils/Makefile.am index bc3cd290e..a56f1a375 100644 --- a/src/PluginUtils/Makefile.am +++ b/src/PluginUtils/Makefile.am @@ -7,6 +7,7 @@ pkgdatadir = $(datadir)/@PACKAGE@/PluginUtils pkgdata_PYTHON = \ __init__.py\ + _MenuOptions.py\ _Options.py\ _Tool.py\ _PluginMgr.py\ diff --git a/src/ReportBase/Makefile.am b/src/ReportBase/Makefile.am index ff58976c8..92fd7324c 100644 --- a/src/ReportBase/Makefile.am +++ b/src/ReportBase/Makefile.am @@ -13,7 +13,6 @@ pkgdata_PYTHON = \ _Endnotes.py\ _FileEntry.py\ _GraphvizReportDialog.py\ - _MenuOptions.py\ __init__.py\ _PaperMenu.py\ _PrintTools.py\