diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-02-04 18:12:07 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-02-04 18:12:07 +0100 |
commit | 60178205ad1fcf0c28753de077e270b1b3077756 (patch) | |
tree | 7b7c00c7ea57976afcbcc8071ccfc348c8e8270a /includes.sed | |
parent | b49e090269d3f90302c2442986c107c8a5dabb36 (diff) |
Add includes.sed file to handle include renaming
Diffstat (limited to 'includes.sed')
-rw-r--r-- | includes.sed | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/includes.sed b/includes.sed new file mode 100644 index 0000000..f357b7a --- /dev/null +++ b/includes.sed @@ -0,0 +1,8 @@ +s#\"qxl_dev\.h\"#<spice/qxl_dev\.h># +s#\"draw\.h\"#<spice/draw\.h># +s#\"ipc_ring\.h\"#<spice/ipc_ring\.h># +s#\"red\.h\"#<spice/protocol\.h># +s#\"red_error_codes\.h\"#<spice/error_codes\.h># +s#\"reds_stat\.h\"#<spice/stats\.h># +s#\"vd_agent\.h\"#<spice/vd_agent\.h># +s#\"vdi_dev\.h\"#<spice/vdi_dev\.h># |