summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-12-17 14:14:39 +0100
committerHans de Goede <hdegoede@redhat.com>2010-12-17 14:14:39 +0100
commit926ee7a361ddc0b1bf03a21776ccfb1b6af851e5 (patch)
tree9e701c50c77ba50f8eb36af2236ed63bcba5b9bf /server
parenta96cea646a32aefbbb852e19c9d45dad2b26b4b6 (diff)
downloadspice-926ee7a361ddc0b1bf03a21776ccfb1b6af851e5.tar.gz
spice-926ee7a361ddc0b1bf03a21776ccfb1b6af851e5.tar.xz
spice-926ee7a361ddc0b1bf03a21776ccfb1b6af851e5.zip
Makefiles: fix server/tests/test_util.h not being included in make dist
Diffstat (limited to 'server')
-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 d19abcb0..ddac420e 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)