aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-15 11:09:01 +0100
committerJim Meyering <meyering@redhat.com>2010-01-18 09:50:08 +0100
commiteabb98b0a87cf1d8e5b6fa8ec92301a6e4260a65 (patch)
tree60af0c9ec75adbf67940a6aa2dfab5248a02a470 /tests
parentstorage_backend.h: include required headers (diff)
downloadlibvirt-eabb98b0a87cf1d8e5b6fa8ec92301a6e4260a65.tar.gz
libvirt-eabb98b0a87cf1d8e5b6fa8ec92301a6e4260a65.tar.bz2
libvirt-eabb98b0a87cf1d8e5b6fa8ec92301a6e4260a65.zip
gnulib added a new syntax-check test: use $(VAR), not @VAR@
The latter is not officially "wrong", but *is* terribly anachronistic. I think automake documentation or comments call that syntax obsolescent. * cfg.mk (_makefile_at_at_check_exceptions): Exempt @SCHEMADIR@ and @SYSCONFDIR@ uses -- there are no Makefile variables for those. * docs/Makefile.am: Use $(INSTALL), not @INSTALL@. * examples/dominfo/Makefile.am: Similar. * examples/domsuspend/Makefile.am: Similar. * proxy/Makefile.am: Similar. * python/Makefile.am: Similar. * python/tests/Makefile.am: Similar. * src/Makefile.am: Similar. * tests/Makefile.am: Similar.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a20d7ce10..584bdb3d5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,7 +27,7 @@ INCLUDES += \
endif
LDADDS = \
- @STATIC_BINARIES@ \
+ $(STATIC_BINARIES) \
$(LIBXML_LIBS) \
$(GNUTLS_LIBS) \
$(SASL_LIBS) \