From: jpr Date: Tue, 21 Oct 2003 12:05:29 +0000 (+0000) Subject: add the directory jpg, for 'xmedcon' Jpeg Lossless Library X-Git-Tag: Version0.3.1~99 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2e8d7e5219723207a559c304f6d67529de8e6e82;p=gdcm.git add the directory jpg, for 'xmedcon' Jpeg Lossless Library --- diff --git a/src/jpeg/CMakeLists.txt b/src/jpeg/CMakeLists.txt index 1b39bd53..6e299d7e 100644 --- a/src/jpeg/CMakeLists.txt +++ b/src/jpeg/CMakeLists.txt @@ -1,4 +1,5 @@ SUBDIRS( libijg12 libijg8 + ljpg ) diff --git a/src/jpeg/Makefile.am b/src/jpeg/Makefile.am index 7537bd08..578346d3 100644 --- a/src/jpeg/Makefile.am +++ b/src/jpeg/Makefile.am @@ -1,2 +1,3 @@ SUBDIRS = libijg12 \ - libijg8 + libijg8 \ + ljpg