diff options
Diffstat (limited to 'kconfig-frontends/frontends/nconf/Makefile.am')
| -rw-r--r-- | kconfig-frontends/frontends/nconf/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kconfig-frontends/frontends/nconf/Makefile.am b/kconfig-frontends/frontends/nconf/Makefile.am new file mode 100644 index 0000000..90a6154 --- /dev/null +++ b/kconfig-frontends/frontends/nconf/Makefile.am @@ -0,0 +1,12 @@ +bin_PROGRAMS = nconf + +nconf_SOURCES = nconf.c nconf.gui.c nconf.h +nconf_CPPFLAGS = $(AM_CPPFLAGS) \ + $(intl_CPPFLAGS) \ + $(ncurses_nconf_CPPFLAGS) \ + -I$(top_srcdir)/libs/parser +nconf_CFLAGS = $(AM_CFLAGS) \ + $(kf_CFLAGS) +nconf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la \ + $(intl_LIBS) $(ncurses_panel_menu_LIBS) $(ncurses_LIBS) \ + $(nconf_EXTRA_LIBS) |
