[Spice-devel] [PATCH 01/24] server/tests: Makefile.am: use AM_LDFLAGS instead of LDFLAGS

Alon Levy alevy at redhat.com
Tue Dec 7 13:28:00 PST 2010


---
 server/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index f91dfa4..1f8817f 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -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
 
-- 
1.7.3.2



More information about the Spice-devel mailing list