mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-14 05:16:18 +01:00
9ea050b131
We don’t actually build this; the Makefile was just there to allow ad-hoc regeneration of the glib-mirroring-tab output files. Port it to Meson just so there are no remnants of GNU make left in GLib. Don’t hook it up to the rest of the build. Signed-off-by: Philip Withnall <withnall@endlessm.com>
5 lines
143 B
Meson
5 lines
143 B
Meson
gen_mirroring_tab = executable('gen-mirroring-tab',
|
|
['gen-mirroring-tab.c', 'packtab.c'],
|
|
dependencies : [libglib_dep],
|
|
install: false,
|
|
) |