summaryrefslogtreecommitdiffstats
path: root/spice
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-19 21:04:08 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-19 21:12:18 +0100
commit32da251a6572e3463cff040d106bb47a04e5a905 (patch)
tree4efa2b6674f2eecec8b67ef96190d8456305d3c8 /spice
parent1a3b563171ad81f6b44f6e5ef6f244b169419704 (diff)
downloadspice-protocol-32da251a6572e3463cff040d106bb47a04e5a905.tar.gz
spice-protocol-32da251a6572e3463cff040d106bb47a04e5a905.tar.xz
spice-protocol-32da251a6572e3463cff040d106bb47a04e5a905.zip
build-sys: use git.mk
Diffstat (limited to 'spice')
-rw-r--r--spice/Makefile.am36
1 files changed, 19 insertions, 17 deletions
diff --git a/spice/Makefile.am b/spice/Makefile.am
index 87d0bc9..167b69c 100644
--- a/spice/Makefile.am
+++ b/spice/Makefile.am
@@ -1,21 +1,23 @@
NULL =
-spice_protocol_includedir=$(includedir)/spice-1/spice
+spice_protocol_includedir = $(includedir)/spice-1/spice
-spice_protocol_include_HEADERS= \
- barrier.h \
- controller_prot.h \
- end-packed.h \
- enums.h \
- error_codes.h \
- foreign_menu_prot.h \
- ipc_ring.h \
- protocol.h \
- macros.h \
- qxl_dev.h \
- start-packed.h \
- stats.h \
- types.h \
- vd_agent.h \
- vdi_dev.h \
+spice_protocol_include_HEADERS = \
+ barrier.h \
+ controller_prot.h \
+ end-packed.h \
+ enums.h \
+ error_codes.h \
+ foreign_menu_prot.h \
+ ipc_ring.h \
+ macros.h \
+ protocol.h \
+ qxl_dev.h \
+ start-packed.h \
+ stats.h \
+ types.h \
+ vd_agent.h \
+ vdi_dev.h \
$(NULL)
+
+-include $(top_srcdir)/git.mk