build: fix wrongly linking against libreadline in all applications
authorThomas Haller <thaller@redhat.com>
Wed, 26 Nov 2014 10:40:40 +0000 (11:40 +0100)
committerThomas Haller <thaller@redhat.com>
Wed, 26 Nov 2014 10:43:23 +0000 (11:43 +0100)
commit94274c6fcdc740f53bc2c162526489f240a98976
treea3a9c5f4116324bbbd6cd637776070c24ef7d938
parentf32075d2fc11252e5661166b2f46c18c017929e9
build: fix wrongly linking against libreadline in all applications

Every Makefile in the subtrees would include -lreadline
as part of LIBS, hence every application would link against
the library.

This was broken since we added 'm4/ax_lib_readline.m4'.

Fixes: 29297f8531e24d4df616c5c3acace9e23a695a02
m4/ax_lib_readline.m4