summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/frontends/mconf/Makefile.am
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 00:43:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 00:43:01 +0000
commit596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f (patch)
tree0cbb55d45e05343b846b0f145fb10854a359e62b /misc/tools/kconfig-frontends/frontends/mconf/Makefile.am
parent1ac3cb8a10935e866f6edc6eb294a1f1a33c5e74 (diff)
downloadpx4-nuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.tar.gz
px4-nuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.tar.bz2
px4-nuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.zip
Update to kconfig-frontends-3.6.0, Expand the tarball so that we can accept patches against it
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5327 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/tools/kconfig-frontends/frontends/mconf/Makefile.am')
-rw-r--r--misc/tools/kconfig-frontends/frontends/mconf/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/tools/kconfig-frontends/frontends/mconf/Makefile.am b/misc/tools/kconfig-frontends/frontends/mconf/Makefile.am
new file mode 100644
index 000000000..39bb77b28
--- /dev/null
+++ b/misc/tools/kconfig-frontends/frontends/mconf/Makefile.am
@@ -0,0 +1,13 @@
+bin_PROGRAMS = mconf
+
+mconf_SOURCES = mconf.c
+mconf_CPPFLAGS = $(AM_CPPFLAGS) \
+ -DCURSES_LOC='"$(CURSES_LOC)"' \
+ $(intl_CPPFLAGS) \
+ -I$(top_srcdir)/libs \
+ -I$(top_srcdir)/libs/parser
+mconf_CFLAGS = $(AM_CFLAGS) \
+ $(kf_CFLAGS)
+mconf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la \
+ $(top_builddir)/libs/lxdialog/libkconfig-lxdialog.a \
+ $(intl_LIBS) $(ncurses_LIBS) $(mconf_EXTRA_LIBS)