/[mldonkey]/mldonkey/config/Makefile.in
ViewVC logotype

Diff of /mldonkey/config/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.98 by spiralvoice, Wed Jun 22 22:47:54 2005 UTC revision 1.99 by spiralvoice, Fri Jun 24 23:49:14 2005 UTC
# Line 145  ifeq ("$(ZLIB)" , "yes") Line 145  ifeq ("$(ZLIB)" , "yes")
145  endif  endif
146    
147  ifeq ("$(GD)", "yes")  ifeq ("$(GD)", "yes")
148    LIBS_flags += -cclib -lgd -cclib -lpng -cclib -ljpeg -cclib -lfreetype -cclib -lm    LIBS_flags += -cclib -lgd -cclib -lfreetype -cclib -lm
149    LIBS_flags += -ccopt -DHAVE_JPEG -ccopt -W -ccopt -Wall -ccopt -Wno-unused    LIBS_flags += -ccopt -W -ccopt -Wall -ccopt -Wno-unused
150      ifeq ("$(GD_JPG)", "yes")
151        LIBS_flags += -cclib -ljpeg
152      endif
153      ifeq ("$(GD_PNG)", "yes")
154        LIBS_flags += -cclib -lpng
155        LIBS_flags += -ccopt -DHAVE_JPEG
156      endif
157    CDK_SRCS +=  $(CDK)/gd.ml $(CDK)/gdstubs.c    CDK_SRCS +=  $(CDK)/gd.ml $(CDK)/gdstubs.c
158  endif  endif
159    

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26