[Spice-devel] [PATCH] server/tests: Makefile.am fixes
Alon Levy
alevy at redhat.com
Tue Nov 30 10:37:19 PST 2010
* don't install tests on make install
* don't forget anything for make dist tarball
---
server/tests/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index dbae555..09fdc26 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -8,9 +8,9 @@ INCLUDES = \
LDFLAGS = -L../.libs -lspice-server
-bin_PROGRAMS = test_just_sockets_no_ssl test_empty_success test_fail_on_null_core_interface
+noinst_PROGRAMS = test_just_sockets_no_ssl test_empty_success test_fail_on_null_core_interface
-test_just_sockets_no_ssl_SOURCES = test_just_sockets_no_ssl.c basic_event_loop.c
+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_LDFLAGS = $(LDFLAGS)
--
1.7.3.2
More information about the Spice-devel
mailing list