diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 57a00fbc6f..bb43add90b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2000-06-10 17:06 UTC-0500 April White + + * source/rtl/makefile + + added tobject.prg to PRG_SOURCES section + 2000-06-10 -05:50 GMT -3 Luiz Rafael Culik * doc/en/rddord.txt *Small changes diff --git a/harbour/source/rtl/Makefile b/harbour/source/rtl/Makefile index 09413016a2..ccf94c3663 100644 --- a/harbour/source/rtl/Makefile +++ b/harbour/source/rtl/Makefile @@ -142,6 +142,7 @@ PRG_SOURCES=\ tgetlist.prg \ tlabel.prg \ tmenuitm.prg \ + tobject.prg \ tpopup.prg \ treport.prg \ ttextlin.prg \