From 5999f6227c0804fbd16d7db64c5d2434de01f27a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 5 Oct 2004 15:29:37 +0000 Subject: fixing libmng build Original commit message from CVS: fixing libmng build --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index d1381220..3df388f0 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 \ -- cgit v1.2.1