]> git.sur5r.net Git - kconfig-frontends/blob - frontends/mconf/Makefile.am
misc: move the parser and the lxdialog to libs/
[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 = ../../libs/parser/libkconfigparser.a  \
10               ../../libs/lxdialog/liblxdialog.a