From 98f925af88a83001b9948984b248661e35c9f5fa Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 5 Oct 2004 15:29:37 +0000 Subject: [PATCH] fixing libmng build Original commit message from CVS: fixing libmng build --- configure.ac | 2 +- ext/Makefile.am | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9258d83d..ae8fc47 100644 --- a/configure.ac +++ b/configure.ac @@ -1905,8 +1905,8 @@ ext/ivorbis/Makefile ext/lcs/Makefile ext/libcaca/Makefile ext/libfame/Makefile -ext/libpng/Makefile ext/libmng/Makefile +ext/libpng/Makefile ext/librfb/Makefile ext/libvisual/Makefile ext/mad/Makefile diff --git a/ext/Makefile.am b/ext/Makefile.am index d138122..3df388f 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -172,6 +172,12 @@ else LIBFAME_DIR= endif +if USE_LIBMNG +LIBMNG_DIR=libmng +else +LIBMNG_DIR= +endif + if USE_LIBPNG LIBPNG_DIR=libpng else @@ -377,6 +383,7 @@ SUBDIRS=\ $(LIBCACA_DIR) \ $(LIBDV_DIR) \ $(LIBFAME_DIR) \ + $(LIBMNG_DIR) \ $(LIBPNG_DIR) \ $(LIBRFB_DIR) \ $(LIBVISUAL_DIR) \ @@ -435,6 +442,7 @@ DIST_SUBDIRS=\ lcs \ libcaca \ libfame \ + libmng \ libpng \ librfb \ libvisual \ -- 2.7.4