summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-10-05 15:29:37 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-10-05 15:29:37 +0000
commit98f925af88a83001b9948984b248661e35c9f5fa (patch)
tree0a7c993256e38423fe1fcb46f11787d4857dcf3f /ext/Makefile.am
parent5dab8b214f747e9d0a01f1943c78904dd93930cf (diff)
fixing libmng build
Original commit message from CVS: fixing libmng build
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
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 \