summaryrefslogtreecommitdiffstats
path: root/spice/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-01-29 16:33:18 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-04 16:47:27 +0100
commit193c54c0da71a5feb8fccfefb4de07526ef191c6 (patch)
tree687a9bde59d8c69d30a3eb484a557fe3fe2db720 /spice/Makefile.am
parente625b1a1fb672dcb827cd97592f745d9db653c29 (diff)
downloadspice-protocol-193c54c0da71a5feb8fccfefb4de07526ef191c6.tar.gz
spice-protocol-193c54c0da71a5feb8fccfefb4de07526ef191c6.tar.xz
spice-protocol-193c54c0da71a5feb8fccfefb4de07526ef191c6.zip
Add autoconf and pkg-config setup
Diffstat (limited to 'spice/Makefile.am')
-rw-r--r--spice/Makefile.am18
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)