Remove INTLLIBS from librazor_la_LIBADD.
authorJ. Ali Harlow <ali@juiblex.co.uk>
Sat, 23 Aug 2014 10:13:48 +0000 (11:13 +0100)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Sat, 23 Aug 2014 10:13:48 +0000 (11:13 +0100)
commit236cfc8ecc5c66288e41bf9b72051a3b18326e1c
tree6b9ada8521ef17a9c51f37c9cc335c2ffe49b12c
parentb767bfec3a090af508cb681dd32ef4e76f8e0149
Remove INTLLIBS from librazor_la_LIBADD.

This partially reverts 611c84a3f4b4538a65d186050608c17adbf17770.
It's not clear what motivated the initial inclusion of INTLLIBS
here since the net effect is only seen in librazor.la and not
in razor.pc and librazor.la is not normally packaged. Certainly
neither the static nor the dynamic versions of librazor currently
use libintl. At best this would cause the linker to search a
static libintl for undefined symbols without finding any; at worse
it causes a static build of plover using librazor.la to fail if
no static version of libintl is installed.
librazor/Makefile.am