From 193c54c0da71a5feb8fccfefb4de07526ef191c6 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 29 Jan 2010 16:33:18 +0100 Subject: Add autoconf and pkg-config setup --- spice/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 spice/Makefile.am (limited to 'spice/Makefile.am') 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) -- cgit