mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
server/tests: Makefile.am: use AM_LDFLAGS instead of LDFLAGS
This commit is contained in:
parent
96da0a4819
commit
450278a299
@ -7,7 +7,7 @@ INCLUDES = \
|
||||
$(SPICE_NONPKGCONFIG_CFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
LDFLAGS = -L../.libs -lspice-server
|
||||
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user