mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-27 15:08:16 +00:00
This is largely based on gmacros.h from glib with a few custom macros that were repeated in the spice codebase.
20 lines
286 B
Makefile
20 lines
286 B
Makefile
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 \
|
|
macros.h \
|
|
qxl_dev.h \
|
|
start-packed.h \
|
|
stats.h \
|
|
types.h \
|
|
vd_agent.h \
|
|
vdi_dev.h \
|
|
$(NULL)
|