summaryrefslogtreecommitdiffstats
path: root/kernel/kls_dicom
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-17 13:29:43 +0900
committerMichele Calgaro <[email protected]>2023-09-17 23:30:44 +0900
commit2a7760d9b697a6845c3f0256edc0aaef3a202295 (patch)
tree9987793437c0d2550f79cb1b8f7c0e18e38cc3a5 /kernel/kls_dicom
parent64309fa8d137e756d157cc0dfcb35b9bb098b194 (diff)
downloadlibksquirrel-2a7760d9b697a6845c3f0256edc0aaef3a202295.tar.gz
libksquirrel-2a7760d9b697a6845c3f0256edc0aaef3a202295.zip
Move ksquirrel-libs-png to kernel folder since it is shared by three different codecs (dicom, png, svg)
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 5b8d2d73599f1a06c2106ef71b9774dada86e076)
Diffstat (limited to 'kernel/kls_dicom')
-rw-r--r--kernel/kls_dicom/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/kls_dicom/Makefile.am b/kernel/kls_dicom/Makefile.am
index 81d024c..28f6a8c 100644
--- a/kernel/kls_dicom/Makefile.am
+++ b/kernel/kls_dicom/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I../include -I../kls_png
+INCLUDES = -I../include -I..
bin_SCRIPTS = ksquirrel-libs-dicom2png
@@ -8,7 +8,7 @@ libkls_dicom_la_SOURCES = fmt_codec_png.cpp fmt_codec_png_defs.h
libkls_dicom_la_LDFLAGS = ${SQ_RELEASE}
-libkls_dicom_la_LIBADD = ${SQ_LOCAL_RPATH} -L../kls_png/ksquirrel-libs-png -lksquirrel-libs-png
+libkls_dicom_la_LIBADD = ${SQ_LOCAL_RPATH} -L../ksquirrel-libs-png -lksquirrel-libs-png
AM_CXXFLAGS = -DCODEC_DICOM -DDICOM=\"${bindir}/ksquirrel-libs-dicom2png\"