]> git.sur5r.net Git - kconfig-frontends/commit
configure: properly separate the ncurses libs into its own list
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue, 14 Feb 2012 19:56:17 +0000 (20:56 +0100)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Tue, 14 Feb 2012 19:56:17 +0000 (20:56 +0100)
commit6e80346b723cc701f96bd57bfe84f05261df607e
tree3dff37e75706608f9b000f0af3777bd518fe677f
parentc17947a14c8c23421be14d102e27856e2f2cc71c
configure: properly separate the ncurses libs into its own list

Currently, everything is linked against the ncurses libraries, but
only two frontends use them:
 - mconf : libncurses
 - nconf : libncurses, libpanel et libmenu

Fixup configure.ac to set the ncurses libs into their own lists,
so that only dependent frontends use them.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
configure.ac
frontends/mconf/Makefile.am
frontends/nconf/Makefile.am