diff options
Diffstat (limited to 'kconfig-frontends/frontends/conf/Makefile.am')
| -rw-r--r-- | kconfig-frontends/frontends/conf/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kconfig-frontends/frontends/conf/Makefile.am b/kconfig-frontends/frontends/conf/Makefile.am new file mode 100644 index 0000000..10566cc --- /dev/null +++ b/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) |
