1cvt_src = [
2	'cvt.c',
3]
4
5executable('cvt',
6	   cvt_src,
7	   include_directories : inc,
8	   link_with : libxcvt,
9	   dependencies: mdep,
10	   install : true)
11