aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-01-27 23:43:06 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-01-28 00:09:15 +0100
commit04b0b0caf46f9b0f408b7c4d2774f96335c487a6 (patch)
treed9e5634954488cd983c3475c5531b6549993b169 /meson.build
parent250f2f0f758a5f3ea0f3174843dbf55fc73b1370 (diff)
downloadfiv-04b0b0caf46f9b0f408b7c4d2774f96335c487a6.tar.gz
fiv-04b0b0caf46f9b0f408b7c4d2774f96335c487a6.tar.xz
fiv-04b0b0caf46f9b0f408b7c4d2774f96335c487a6.zip
WIP: Thread-safe colour management
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 155efeb..d56f402 100644
--- a/meson.build
+++ b/meson.build
@@ -165,7 +165,7 @@ tiff_tables = custom_target('tiff-tables.h',
)
desktops = ['fiv.desktop', 'fiv-browse.desktop']
-iolib = static_library('fiv-io', 'fiv-io.c', 'fiv-io-profile.c', 'xdg.c',
+iolib = static_library('fiv-io', 'fiv-io.c', 'fiv-io-cmm.c', 'xdg.c',
tiff_tables,
dependencies : dependencies).extract_all_objects(recursive : true)
exe = executable('fiv', 'fiv.c', 'fiv-view.c', 'fiv-context-menu.c',