diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bfc60d95d4..bf09aae2b8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-02 21:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/mpkg_deb.sh + + added hbnetio to DEB packages + 2009-09-02 19:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/common/hbver.c ! added additional hack for conditional code used for Windows detection diff --git a/harbour/mpkg_deb.sh b/harbour/mpkg_deb.sh index 3302b457bc..cde00692b8 100755 --- a/harbour/mpkg_deb.sh +++ b/harbour/mpkg_deb.sh @@ -56,7 +56,7 @@ then export HB_INC_X11=no fi -export HB_CONTRIBLIBS="hbbmcdx hbbtree hbclipsm hbct hbgt hbmisc hbmzip hbnf hbsqlit3 hbtip hbtpathy hbvpdf hbziparc xhb" +export HB_CONTRIBLIBS="hbbmcdx hbbtree hbclipsm hbct hbgt hbmisc hbmzip hbnetio hbnf hbsqlit3 hbtip hbtpathy hbvpdf hbziparc xhb" if [ ! -f "/usr/include/hpdf.h" ] && \ [ ! -f "/usr/local/include/hpdf.h" ]