summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/frontends/conf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tools/kconfig-frontends/frontends/conf/Makefile.am')
-rw-r--r--misc/tools/kconfig-frontends/frontends/conf/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/tools/kconfig-frontends/frontends/conf/Makefile.am b/misc/tools/kconfig-frontends/frontends/conf/Makefile.am
new file mode 100644
index 000000000..10566cc42
--- /dev/null
+++ b/misc/tools/kconfig-frontends/frontends/conf/Makefile.am
@@ -0,0 +1,10 @@
+bin_PROGRAMS = conf
+
+conf_SOURCES = conf.c
+conf_CPPFLAGS = $(AM_CPPFLAGS) \
+ $(intl_CPPFLAGS) \
+ -I$(top_srcdir)/libs/parser
+conf_CFLAGS = $(AM_CFLAGS) $(kf_CFLAGS)
+conf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la \
+ $(intl_LIBS) \
+ $(conf_EXTRA_LIBS)