]> git.sur5r.net Git - kconfig-frontends/blob - frontends/nconf/Makefile.am
frontends: change the order in which libraries are linked
[kconfig-frontends] / frontends / nconf / Makefile.am
1 bin_PROGRAMS = nconf
2
3 nconf_SOURCES = nconf.c nconf.gui.c nconf.h
4 nconf_CPPFLAGS = $(AM_CPPFLAGS)     \
5                  $(GETTEXT)         \
6                  -I../../libs/parser
7 nconf_LDADD = ../../libs/parser/libkconfigparser.la \
8               ${ncurses_extra_LIBS} ${ncurses_LIBS}