diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c7b9929ac8..14812b1fe1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-03 18:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/Makefile + + Moved hbcairo to section for contribs with external dependencies. + 2009-12-03 19:24 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbcairo/tests/table.prg ! use value of returned array instead of parameter by reference diff --git a/harbour/contrib/Makefile b/harbour/contrib/Makefile index f1528f381e..c4f4c20b7c 100644 --- a/harbour/contrib/Makefile +++ b/harbour/contrib/Makefile @@ -6,13 +6,11 @@ ROOT := ../ ifeq ($(HB_CONTRIBLIBS),) -# standalone contribs - +# contribs _without_ external dependencies DIRS := \ gtwvg \ hbbmcdx \ hbbtree \ - hbcairo \ hbclipsm \ hbct \ hbgt \ @@ -31,10 +29,11 @@ DIRS := \ xhb \ xpp \ -# contribs with external dependencies +# contribs _with_ external dependencies DIRS += \ gtalleg \ hbblat \ + hbcairo \ hbcurl \ hbfbird \ hbfimage \