summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-04 18:12:07 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-04 18:12:07 +0100
commit60178205ad1fcf0c28753de077e270b1b3077756 (patch)
tree7b7c00c7ea57976afcbcc8071ccfc348c8e8270a
parentb49e090269d3f90302c2442986c107c8a5dabb36 (diff)
Add includes.sed file to handle include renaming
-rw-r--r--includes.sed8
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>#