build: Make tests/libreaddir-rand.so rule use AM_V_GEN

So non-verbose builds don't have a verbose rule smack in the middle.

Closes: #241
Approved by: giuseppe
This commit is contained in:
Colin Walters 2016-04-06 21:26:38 -04:00 committed by Colin Walters (automation)
parent e9640ca4d9
commit 4b1ac83aa6

View File

@ -222,9 +222,9 @@ EXTRA_DIST += \
tests/gpg-verify-data/trustdb.gpg \ tests/gpg-verify-data/trustdb.gpg \
tests/gpg-verify-data/gpg.conf tests/gpg-verify-data/gpg.conf
tests-libreaddir-rand-so-symlink: tests/libreaddir-rand.so: Makefile
ln -fns ../.libs/libreaddir-rand.so tests $(AM_V_GEN) ln -fns ../.libs/libreaddir-rand.so tests
ALL_LOCAL_RULES += tests-libreaddir-rand-so-symlink ALL_LOCAL_RULES += tests/libreaddir-rand.so
# Unfortunately the glib test data APIs don't actually handle # Unfortunately the glib test data APIs don't actually handle
# non-recursive Automake, so we change our code to canonically look # non-recursive Automake, so we change our code to canonically look