diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 79dea8b..8da212e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,6 @@ NULL = EXTRA_DIST = mingw-spice-vdagent.spec MAINTAINERCLEANFILES = mingw-spice-vdagent.spec -DIST_SUBDIRS = spice-protocol - AM_CPPFLAGS = \ -DUNICODE \ -D_UNICODE \ @@ -140,6 +138,20 @@ EXTRA_DIST += \ vdservice/vdservice.rc \ CMakeLists.txt +## spice-protocol moved to Meson, distribute manually +EXTRA_DIST += \ + spice-protocol/spice/barrier.h \ + spice-protocol/spice/end-packed.h \ + spice-protocol/spice/enums.h \ + spice-protocol/spice/ipc_ring.h \ + spice-protocol/spice/macros.h \ + spice-protocol/spice/qxl_dev.h \ + spice-protocol/spice/qxl_windows.h \ + spice-protocol/spice/start-packed.h \ + spice-protocol/spice/types.h \ + spice-protocol/spice/vd_agent.h \ + $(NULL) + # see git-version-gen dist-hook: echo $(VERSION) > $(distdir)/.tarball-version |