Makefile.in: add LIBS handling
commit72bbd6c5a327bdc1d5ea8cb12502640860b1fc44
authorPaul Fertser <fercerpav@gmail.com>
Mon, 28 Apr 2014 11:20:41 +0000 (28 15:20 +0400)
committerSteve Bennett <steveb@workware.net.au>
Mon, 28 Apr 2014 21:30:54 +0000 (29 07:30 +1000)
treeaae10e6a2f9842c13b1b6cec5044416a04c39d11
parent799585fa2e3f2705fe351b63b25978dc1c5a4bc4
Makefile.in: add LIBS handling

In the autoconf universe LDFLAGS are used for all linker flags, and
LIBS are used to specify additional libraries. Autosetup has support
for that but Makefile.in needs to honour them too.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Makefile.in