[Spice-commits] server/Makefile.am
Frediano Ziglio
fziglio at kemper.freedesktop.org
Mon Dec 14 04:28:27 PST 2015
server/Makefile.am | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 10377fa0651961011c2f13e62ecf9552821a6a57
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Mon Dec 14 12:30:46 2015 +0100
build: Don't list some installed headers twice
Since commit febaed3, spice.h and spice-experimental.h are listed both
in libspice_server_la_HEADERS and libspice_server_la_SOURCES. Since we
want these headers to be installed, we can remove them from _SOURCES.
Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/server/Makefile.am b/server/Makefile.am
index d4fc972..32ab8eb 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -117,8 +117,6 @@ libspice_server_la_SOURCES = \
sw-canvas.h \
sound.c \
sound.h \
- spice-experimental.h \
- spice.h \
stat.h \
spicevmc.c \
spice_timer_queue.c \
More information about the Spice-commits
mailing list