[Spice-devel] [spice-server] build: Don't list some installed headers twice
Christophe Fergeau
cfergeau at redhat.com
Mon Dec 14 03:30:46 PST 2015
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>
---
server/Makefile.am | 2 --
1 file changed, 2 deletions(-)
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 \
--
2.5.0
More information about the Spice-devel
mailing list