From 995ea4f04f145ccc5ba00fa86c86329735411409 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 22 Apr 2010 12:46:11 +0000 Subject: [PATCH] 2010-04-22 14:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbcups/Makefile ! Fixed typo in autodetection code. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbcups/Makefile | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) 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),)