2010-04-22 14:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbcups/Makefile
    ! Fixed typo in autodetection code.
This commit is contained in:
Viktor Szakats
2010-04-22 12:46:11 +00:00
parent 869dd87d12
commit 995ea4f04f
2 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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),)