mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 00:41:33 +00:00
server/tests: Makefile.am fixes
* don't install tests on make install * don't forget anything for make dist tarball
This commit is contained in:
parent
eb79d1e568
commit
74b39efd6e
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user