]> git.sur5r.net Git - kconfig-frontends/blob - libs/lxdialog/Makefile.am
misc: move the parser and the lxdialog to libs/
[kconfig-frontends] / libs / lxdialog / Makefile.am
1 noinst_LIBRARIES = liblxdialog.a
2
3 liblxdialog_a_SOURCES = \
4     checklist.c         \
5     dialog.h            \
6     inputbox.c          \
7     menubox.c           \
8     textbox.c           \
9     util.c              \
10     yesno.c
11
12 liblxdialog_a_CPPFLAGS = $(AM_CPPFLAGS)                   \
13                          -DCURSES_LOC='"${CURSES_LOC}"'   \
14                          $(GETTEXT)