fixing libmng build
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 5 Oct 2004 15:29:37 +0000 (15:29 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 5 Oct 2004 15:29:37 +0000 (15:29 +0000)
Original commit message from CVS:
fixing libmng build

configure.ac
ext/Makefile.am

index 9258d83..ae8fc47 100644 (file)
@@ -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
index d138122..3df388f 100644 (file)
@@ -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 \