[Spice-commits] 2 commits - server/spice.h server/tests
Hans de Goede
jwrdegoede at kemper.freedesktop.org
Fri Dec 17 05:22:29 PST 2010
server/spice.h | 2 +-
server/tests/Makefile.am | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit c86fa9692421a80029b04d494d44031ea1dfeee8
Author: Hans de Goede <hdegoede at redhat.com>
Date: Fri Dec 17 14:15:47 2010 +0100
server: Update SPICE_SERVER_VERSION
diff --git a/server/spice.h b/server/spice.h
index 68162cc..6fb22a4 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -21,7 +21,7 @@
#include <stdint.h>
#include <sys/socket.h>
-#define SPICE_SERVER_VERSION 0x000700 /* release 0.7.0 */
+#define SPICE_SERVER_VERSION 0x000701 /* release 0.7.1 */
/* interface base type */
commit 926ee7a361ddc0b1bf03a21776ccfb1b6af851e5
Author: Hans de Goede <hdegoede at redhat.com>
Date: Fri Dec 17 14:14:39 2010 +0100
Makefiles: fix server/tests/test_util.h not being included in make dist
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index d19abcb..ddac420 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -11,11 +11,11 @@ AM_LDFLAGS = -L../.libs -lspice-server
noinst_PROGRAMS = test_just_sockets_no_ssl test_empty_success test_fail_on_null_core_interface test_display_no_ssl
-test_display_no_ssl_SOURCES = test_display_no_ssl.c basic_event_loop.c
+test_display_no_ssl_SOURCES = test_display_no_ssl.c basic_event_loop.c basic_event_loop.h test_util.h
test_display_no_ssl_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS)
-test_just_sockets_no_ssl_SOURCES = test_just_sockets_no_ssl.c basic_event_loop.c basic_event_loop.h
+test_just_sockets_no_ssl_SOURCES = test_just_sockets_no_ssl.c basic_event_loop.c basic_event_loop.h test_util.h
test_just_sockets_no_ssl_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS)
More information about the Spice-commits
mailing list