diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-01-29 16:33:18 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-02-04 16:47:27 +0100 |
commit | 193c54c0da71a5feb8fccfefb4de07526ef191c6 (patch) | |
tree | 687a9bde59d8c69d30a3eb484a557fe3fe2db720 /spice | |
parent | e625b1a1fb672dcb827cd97592f745d9db653c29 (diff) |
Add autoconf and pkg-config setup
Diffstat (limited to 'spice')
-rw-r--r-- | spice/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/spice/Makefile.am b/spice/Makefile.am new file mode 100644 index 0000000..5867653 --- /dev/null +++ b/spice/Makefile.am @@ -0,0 +1,18 @@ +NULL = + +spice_protocol_includedir=$(includedir)/spice-1/spice + +spice_protocol_include_HEADERS= \ + barrier.h \ + draw.h \ + end-packed.h \ + error_codes.h \ + ipc_ring.h \ + protocol.h \ + qxl_dev.h \ + start-packed.h \ + stats.h \ + types.h \ + vd_agent.h \ + vdi_dev.h \ + $(NULL) |