--- a/finch/libgnt/test/meson.build Thu Nov 15 14:32:09 2018 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse'] - executable(prog, - prog + '.c', - c_args : '-DSTANDALONE', - dependencies : [libgnt_dep, gobject, gmodule], - build_by_default : false) -endforeach - -shared_library('wm', - 'wm.c', - name_prefix : '', - dependencies : [libgnt_dep, gobject, gmodule], - build_by_default : false)