summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/frontends/nconf/Makefile.am
blob: 32096ab37de16e578362523ad1bee75da1604330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
bin_PROGRAMS = nconf

nconf_SOURCES = nconf.c nconf.gui.c nconf.h
nconf_CPPFLAGS = $(AM_CPPFLAGS)     \
                 $(intl_CPPFLAGS)   \
                 $(ncurses_extra_CPPFLAGS) \
                 -I$(top_srcdir)/libs/parser
nconf_CFLAGS = $(AM_CFLAGS) \
               $(kf_CFLAGS)
nconf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la      \
              $(intl_LIBS) $(ncurses_extra_LIBS) $(ncurses_LIBS)    \
              $(nconf_EXTRA_LIBS)