diff options
| author | Winfried <szukw000@arcor.de> | 2010-12-09 01:11:05 +0000 |
|---|---|---|
| committer | Winfried <szukw000@arcor.de> | 2010-12-09 01:11:05 +0000 |
| commit | 407b95e35fee21913758031334b9253db0bc0639 (patch) | |
| tree | 123a739a3f6270b2a6783cbcfe428197a43ad841 /libopenjpeg | |
| parent | d08a96e2517c545b8ff2d7b89c7778eb5b1fd4ba (diff) | |
Removed LCMS dependencies from Makefile.am/Makefile.nix
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
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) |
