diff --git a/src/extensions-tool/meson-src.build b/src/extensions-tool/meson-src.build deleted file mode 100644 index 10ca7b42a..000000000 --- a/src/extensions-tool/meson-src.build +++ /dev/null @@ -1,24 +0,0 @@ -sources = [ - 'commands.h', - 'command-create.c', - 'command-disable.c', - 'command-enable.c', - 'command-info.c', - 'command-install.c', - 'command-list.c', - 'command-pack.c', - 'command-prefs.c', - 'common.h', - 'main.c' -] - -resources = gnome.compile_resources('resources', - 'gnome-extensions-tool.gresource.xml', - source_dir: '.' -) - -executable('gnome-extensions', - sources, resources, - dependencies: [gio_dep, gio_unix_dep, autoar_dep, json_dep], - install: true -)