]> git.sur5r.net Git - kconfig-frontends/blob - frontends/mconf/Makefile.am
configure: properly separate the ncurses libs into its own list
[kconfig-frontends] / frontends / mconf / Makefile.am
1 bin_PROGRAMS = mconf
2
3 mconf_SOURCES = mconf.c
4 mconf_CPPFLAGS = $(AM_CPPFLAGS)                 \
5                  -DCURSES_LOC='"${CURSES_LOC}"' \
6                  $(GETTEXT)                     \
7                  -I../../libs                   \
8                  -I../../libs/parser
9 mconf_LDADD = ${ncurses_LIBS}                       \
10               ../../libs/parser/libkconfigparser.la \
11               ../../libs/lxdialog/liblxdialog.a