spice-protocol/spice/Makefile.am
Alexander Larsson cac2bc7984 Add a bunch of generically useful macros
This is largely based on gmacros.h from glib with a few
custom macros that were repeated in the spice codebase.
2010-03-09 11:53:59 +01:00

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)