build: explain current role of LIBS in our Makefile.am files
authorYang Tse <yangsita@gmail.com>
Tue, 4 Dec 2012 22:30:05 +0000 (23:30 +0100)
committerYang Tse <yangsita@gmail.com>
Tue, 4 Dec 2012 22:32:05 +0000 (23:32 +0100)
commitb908376bef462644e204b50f7a8c3df5871883bf
tree4354dac9f4262bcd99746946d022f95ad3b7217b
parent8b02afd9a938d6db150fa1ba34cca64de873f5d8
build: explain current role of LIBS in our Makefile.am files

BLANK_AT_MAKETIME may be used in our Makefile.am files to blank
LIBS variable used in generated makefile at makefile processing
time. Doing this functionally prevents LIBS from being used for
all link targets in given makefile.
configure.ac
docs/examples/Makefile.am
lib/Makefile.am
src/Makefile.am
tests/libtest/Makefile.am
tests/server/Makefile.am
tests/unit/Makefile.am