From e1f3d8f9fecccf915db3760d2d37eb5bc6ef50a0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 3 Dec 2009 17:47:55 +0000 Subject: [PATCH] 2009-12-03 18:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/Makefile + Moved hbcairo to section for contribs with external dependencies. --- harbour/ChangeLog | 4 ++++ harbour/contrib/Makefile | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) 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 \