]> git.sur5r.net Git - kconfig-frontends/commit - frontends/gconf/Makefile.am
configure: allow passing extra libs per-frontend
authorYann E. MORIN" <yann.morin.1998@free.fr>
Mon, 5 Mar 2012 22:28:36 +0000 (23:28 +0100)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Mon, 5 Mar 2012 22:28:36 +0000 (23:28 +0100)
commit99c1ba70e623e97ed727bb3ec0c747b27f987c2e
tree9e07a51c8d4bc48eda1b8147c18948e49f6a10d4
parent3157178b68c9010cd89072792e305425582e09fb
configure: allow passing extra libs per-frontend

When building statically, it might be necessary to pass extra
libraries to some frontends. For example:
  nconf frontend, using ncursesw
  ncursesw is linked against libgpm

Because static dependencies do not follow (no they don't even
with libtool's .la libraries!), we have to set them manually.

Recognise xxx_LIBS as a list of extra libraries (in the form
-lyyy) to pass to frontend xxx.

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