summaryrefslogtreecommitdiff
path: root/libopenjpeg/Makefile.am
diff options
context:
space:
mode:
authorWinfried <szukw000@arcor.de>2010-10-13 14:49:39 +0000
committerWinfried <szukw000@arcor.de>2010-10-13 14:49:39 +0000
commit03133377fa9abc3738b533160d29f42e0bd9c450 (patch)
treed59e0dc7a13aaaf2d9cd2f0f26f5df326d19a430 /libopenjpeg/Makefile.am
parent106da2f51e7140c6aa8f18c9c66dc30bfdc29ee8 (diff)
Diffstat (limited to 'libopenjpeg/Makefile.am')
-rw-r--r--libopenjpeg/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/libopenjpeg/Makefile.am b/libopenjpeg/Makefile.am
index ddf909db..1a9b0be2 100644
--- a/libopenjpeg/Makefile.am
+++ b/libopenjpeg/Makefile.am
@@ -12,11 +12,6 @@ libopenjpeg_la_LDFLAGS = -no-undefined \
libopenjpeg_la_LIBADD = @LDLIBS@
-#Cygwin needs this:
-if with_libjpwl
-libopenjpeg_la_LIBADD += ../jpwl/libopenjpeg_JPWL.la
-endif
-
SRCS = bio.c cio.c dwt.c event.c image.c j2k.c j2k_lib.c jp2.c jpt.c \
mct.c mqc.c openjpeg.c pi.c raw.c t1.c t2.c tcd.c tgt.c opj_convert.c
@@ -37,10 +32,6 @@ dos2unix:
COMPILERFLAGS = -Wall -O3 -ffast-math -std=c99
-if with_libjpwl
-COMPILERFLAGS += -DUSE_JPWL
-endif
-
if with_liblcms1
INCLUDES += @lcms1includes@
endif