]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/mconf/Makefile.am
configure: properly separate the ncurses libs into its own list
[kconfig-frontends] / frontends / mconf / Makefile.am
index 0440c2d97f26f0e644155aec6e56088fa1ba19cc..abf99ad445720954b8586b2df9443574a3c00548 100644 (file)
@@ -6,5 +6,6 @@ mconf_CPPFLAGS = $(AM_CPPFLAGS)                 \
                  $(GETTEXT)                     \
                  -I../../libs                   \
                  -I../../libs/parser
-mconf_LDADD = ../../libs/parser/libkconfigparser.la \
+mconf_LDADD = ${ncurses_LIBS}                       \
+              ../../libs/parser/libkconfigparser.la \
               ../../libs/lxdialog/liblxdialog.a