From 407b95e35fee21913758031334b9253db0bc0639 Mon Sep 17 00:00:00 2001 From: Winfried Date: Thu, 9 Dec 2010 01:11:05 +0000 Subject: Removed LCMS dependencies from Makefile.am/Makefile.nix --- libopenjpeg/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libopenjpeg') diff --git a/libopenjpeg/Makefile.am b/libopenjpeg/Makefile.am index 157f2806..c93f506b 100644 --- a/libopenjpeg/Makefile.am +++ b/libopenjpeg/Makefile.am @@ -10,8 +10,6 @@ INCLUDES = -I.. -I. libopenjpeg_la_LDFLAGS = -no-undefined \ -version-info $(CURRENT):$(BUILD):$(MINOR) -libopenjpeg_la_LIBADD = @LDLIBS@ - 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 @@ -32,14 +30,6 @@ dos2unix: COMPILERFLAGS = -Wall -O3 -ffast-math -std=c99 -if with_liblcms1 -INCLUDES += @lcms1includes@ -endif - -if with_liblcms2 -INCLUDES += @lcms2includes@ -endif - CFLAGS = $(COMPILERFLAGS) $(INCLUDES) headerdir = openjpeg-$(MAJOR).$(MINOR) -- cgit v1.2.3