]> git.sur5r.net Git - kconfig-frontends/blob - lxdialog/Makefile.am
3404314bdc2a89a2bd8c4bca98f0225e419c566c
[kconfig-frontends] / 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) -DCURSES_LOC='"${CURSES_LOC}"'