X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=graphics%2Fwscript;h=7f88cd0692a81c7f0109f6a84092926e0b9fa30b;hb=aaaa51f6d9eda60ab3b3d182c6d2a7a5bda375aa;hp=23c3d56ea7827c1c624d7ce0cae605cb672f44f9;hpb=609c71720a5edd8f3fd57f007d28b4e7f559cb1e;p=dcpomatic.git diff --git a/graphics/wscript b/graphics/wscript index 23c3d56ea..7f88cd069 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -30,3 +30,6 @@ def build(bld): if not bld.env.TARGET_WINDOWS: bld.install_as('${PREFIX}/share/dcpomatic2/dcpomatic2_server_small.png', 'linux/16/dcpomatic2.png') bld.install_files('${PREFIX}/share/dcpomatic2', 'splash.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom_all.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'select.png')