From 0021f5e479e322149551265c412519e15bb03402 Mon Sep 17 00:00:00 2001 From: will Date: Sat, 30 Dec 2000 02:15:35 +0000 Subject: Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa, rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the following functions: resampling, blur, sharpening, cut, paste, median filter, histogram equalization, and so on. PR: 23889 Submitted by: George Reid --- graphics/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/Makefile') diff --git a/graphics/Makefile b/graphics/Makefile index 0058e4e84def..4d30479c18e9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -104,6 +104,7 @@ SUBDIR += libflash SUBDIR += libggi SUBDIR += libimg + SUBDIR += liblug SUBDIR += libmng SUBDIR += libmorph SUBDIR += libungif -- cgit