diff --git a/librz/il/meson.build b/librz/il/meson.build index 938167c866..05ed9c206e 100644 --- a/librz/il/meson.build +++ b/librz/il/meson.build @@ -1,19 +1,19 @@ rz_il_sources = [ - 'definitions/label.c', - 'definitions/variable.c', - 'definitions/value.c', 'definitions/bool.c', - 'definitions/mem.c', 'definitions/float.c', + 'definitions/label.c', + 'definitions/mem.c', + 'definitions/value.c', + 'definitions/variable.c', 'theory_bitv.c', - 'theory_effect.c', - 'theory_init.c', 'theory_bool.c', - 'theory_mem.c', + 'theory_effect.c', 'theory_fbasic.c', - 'il_opcodes.c', - 'il_export.c', + 'theory_init.c', + 'theory_mem.c', 'il_events.c', + 'il_export.c', + 'il_opcodes.c', 'il_reg.c', 'il_validate.c', 'il_vm.c',