XMakefile (w3mimg/w3mimg): added

(w3img/fb) fixed
* w3mimg/w3mimg.h (w3mimg_open): deleted to avoid compilation warnings
* w3mimg/w3mimg.c: added
* configure (imgobjs): add w3mimg/w3mimg.o
From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2002-07-18 06:07:25 +00:00
parent 5ec6225f49
commit c4c0f87fce
5 changed files with 39 additions and 22 deletions

4
configure vendored
View File

@@ -1,5 +1,5 @@
#!/bin/sh
# $Id: configure,v 1.71 2002/07/18 05:55:22 ukai Exp $
# $Id: configure,v 1.72 2002/07/18 06:07:25 ukai Exp $
# Configuration.
#
@@ -2046,7 +2046,7 @@ imgx11cflags=''
imgfbcflags=''
imgx11ldflags=''
imgfbldflags=''
imbobjs=''
imgobjs='w3mimg/w3mimg.o'
if [ "$use_image" = y ]; then
if [ "$use_w3mimg_x11" = y ]; then