summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/frontends/nconf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tools/kconfig-frontends/frontends/nconf/Makefile.am')
-rw-r--r--misc/tools/kconfig-frontends/frontends/nconf/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/tools/kconfig-frontends/frontends/nconf/Makefile.am b/misc/tools/kconfig-frontends/frontends/nconf/Makefile.am
new file mode 100644
index 000000000..32096ab37
--- /dev/null
+++ b/misc/tools/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_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)