summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-12-17 14:14:45 +0100
committerHans de Goede <hdegoede@redhat.com>2010-12-17 14:14:45 +0100
commitabbc024b09f5d6ceacf034d03d83dcd78d5af151 (patch)
tree8943d5a68e69efda2ffa1a98cf6f95074175ed71
parent504ffab58d03b28f17b4e5214de66bd462ae4d4d (diff)
downloadspice-abbc024b09f5d6ceacf034d03d83dcd78d5af151.tar.gz
spice-abbc024b09f5d6ceacf034d03d83dcd78d5af151.tar.xz
spice-abbc024b09f5d6ceacf034d03d83dcd78d5af151.zip
Makefiles: fix server/tests/test_util.h not being included in make dist
-rw-r--r--server/tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index f91dfa46..11cc5f2f 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -11,11 +11,11 @@ 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 = $(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 = $(LDFLAGS)