]> Creatis software - gdcm.git/blob - src/jpeg/ljpg/Makefile.am
add the files for 'xmedcon' Jpeg Lossless library
[gdcm.git] / src / jpeg / ljpg / Makefile.am
1 LTVERSION = 0:1:0
2
3 lib_LTLIBRARIES = libgdcmjpg.la
4
5 ##CXXFLAGS = @CXXFLAGS@
6
7 libgdcmjpg_la_SOURCES = \
8  decomp.c   \
9  huffd.c    \
10  jpegutil.c \
11  mcu.c      \
12  predict.c  \
13  read.c
14
15 libgdcmjpgincludedir = $(includedir)
16 libgdcmjpginclude_HEADERS = \
17  io.h       \
18  jpeg.h     \
19  jpegless.h \
20  mcu.h      \
21  predict.h  \
22  proto.h
23