summaryrefslogtreecommitdiffstats
path: root/server/tests
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-06 18:02:52 +0200
committerAlon Levy <alevy@redhat.com>2010-12-07 21:33:26 +0200
commit450278a299f2a91daec4b4fd2ca64262b5602850 (patch)
tree3e4ba1573208c8ccee80a41aa5f51cea51d2df48 /server/tests
parent96da0a4819bd72dace93aa1fde3cd3152fed018e (diff)
downloadspice-450278a299f2a91daec4b4fd2ca64262b5602850.tar.gz
spice-450278a299f2a91daec4b4fd2ca64262b5602850.tar.xz
spice-450278a299f2a91daec4b4fd2ca64262b5602850.zip
server/tests: Makefile.am: use AM_LDFLAGS instead of LDFLAGS
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index f91dfa46..1f8817f2 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