X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fjpeg%2Fljpg%2FMakefile.am;fp=src%2Fjpeg%2Fljpg%2FMakefile.am;h=cb51f5708372d938fcbcc89ae207ad0218199cf3;hb=769cf91297c76f800eeb884a429dfc44bfbd1d7e;hp=0000000000000000000000000000000000000000;hpb=2e8d7e5219723207a559c304f6d67529de8e6e82;p=gdcm.git diff --git a/src/jpeg/ljpg/Makefile.am b/src/jpeg/ljpg/Makefile.am new file mode 100644 index 00000000..cb51f570 --- /dev/null +++ b/src/jpeg/ljpg/Makefile.am @@ -0,0 +1,23 @@ +LTVERSION = 0:1:0 + +lib_LTLIBRARIES = libgdcmjpg.la + +##CXXFLAGS = @CXXFLAGS@ + +libgdcmjpg_la_SOURCES = \ + decomp.c \ + huffd.c \ + jpegutil.c \ + mcu.c \ + predict.c \ + read.c + +libgdcmjpgincludedir = $(includedir) +libgdcmjpginclude_HEADERS = \ + io.h \ + jpeg.h \ + jpegless.h \ + mcu.h \ + predict.h \ + proto.h +