diff --git a/ChangeLog b/ChangeLog index 790c00d86..50bea66ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-06-27 Alex Roitman + * src/RelLib/Makefile.am: Ship _BasicPrimaryObject.py. + 2007-06-26 Don Allingham * src/Bookmarks.py: pylint * src/DateEdit.py: pylint diff --git a/src/RelLib/Makefile.am b/src/RelLib/Makefile.am index 4a616c162..eabec12f3 100644 --- a/src/RelLib/Makefile.am +++ b/src/RelLib/Makefile.am @@ -11,6 +11,7 @@ pkgdata_PYTHON = \ _AttributeBase.py\ _Attribute.py\ _BaseObject.py\ + _BasicPrimaryObject.py\ _CalSdn.py \ _Date.py \ _DateBase.py\ @@ -75,4 +76,4 @@ pycheck: pychecker $(pkgdata_PYTHON)); pylint: - pylint --disable-msg=W0403,C0103 $(pkgdata_PYTHON) \ No newline at end of file + pylint --disable-msg=W0403,C0103 $(pkgdata_PYTHON)