]> Creatis software - gdcm.git/blobdiff - src/jpeg/ljpg/Makefile.am
add the files for 'xmedcon' Jpeg Lossless library
[gdcm.git] / src / jpeg / ljpg / Makefile.am
diff --git a/src/jpeg/ljpg/Makefile.am b/src/jpeg/ljpg/Makefile.am
new file mode 100644 (file)
index 0000000..cb51f57
--- /dev/null
@@ -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
+