finch/libgnt/test/meson.build

changeset 39360
e7bed293aad5
parent 39302
64aabebb476b
child 39361
a1068caa3600
--- 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)

mercurial