From 63d0089f78fdf83900a4c68f9d4ecdaec1420ed8 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 2 Aug 2005 11:42:33 +0000 Subject: Ported pngenc , still have to port pngdec... Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/libpng/Makefile.am: * ext/libpng/gstpng.c: * ext/libpng/gstpngenc.c: Ported pngenc , still have to port pngdec... --- ext/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 0bfa012c..e1c48692 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -208,11 +208,11 @@ LIBFAME_DIR= LIBMNG_DIR= # endif -# if USE_LIBPNG -# LIBPNG_DIR=libpng -# else +if USE_LIBPNG +LIBPNG_DIR=libpng +else LIBPNG_DIR= -# endif +endif # if USE_POLYP # POLYP_DIR=polyp -- cgit v1.2.1