mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
This replaces use of 'rpcgen' with our new python impl of the RPC code generator. Since the new impl generates code that matches our style/coding rules, and does not contain long standing bugs, we no longer need to post-process the output. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
8 lines
109 B
Meson
8 lines
109 B
Meson
rpcgen_src = files([
|
|
'ast.py',
|
|
'lexer.py',
|
|
'generator.py',
|
|
'parser.py',
|
|
'visitor.py',
|
|
])
|