diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 95678a7194..521f442c2a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-04-22 14:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbcups/Makefile + ! Fixed typo in autodetection code. + 2010-04-22 14:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/Makefile + contrib/hbcups diff --git a/harbour/contrib/hbcups/Makefile b/harbour/contrib/hbcups/Makefile index 5c496d4407..0eaee358ac 100644 --- a/harbour/contrib/hbcups/Makefile +++ b/harbour/contrib/hbcups/Makefile @@ -11,16 +11,13 @@ LIBNAME := hbcups C_SOURCES := \ hbcups.c \ -PRG_HEADERS := \ - hbcairo.ch \ - _DET_DSP_NAME := cups _DET_VAR_INC_ := HB_INC_CUPS _DET_VAR_HAS_ := HB_HAS_CUPS _DET_FLT_PLAT := _DET_FLT_COMP := _DET_INC_DEFP := /usr/include /opt/local/include -_DET_INC_HEAD := /cups/cairo.h +_DET_INC_HEAD := /cups/cups.h include $(TOP)$(ROOT)config/detfun.mk ifneq ($(HB_HAS_CUPS),)