X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=frontends%2Fconf%2FMakefile.am;fp=frontends%2Fconf%2FMakefile.am;h=502fd7681aa591cf0fc039af90f30eb89211ebc7;hb=e74bcf1d8326644406c267b3eeb24f2d11287f58;hp=310f41a16eb58c0cf319d798b5ce8b4598dc5c59;hpb=8d34f09df227b008532e683f3284f7ff11d8f134;p=kconfig-frontends diff --git a/frontends/conf/Makefile.am b/frontends/conf/Makefile.am index 310f41a..502fd76 100644 --- a/frontends/conf/Makefile.am +++ b/frontends/conf/Makefile.am @@ -1,9 +1,9 @@ -bin_PROGRAMS = conf +bin_PROGRAMS = kconfig-conf -conf_SOURCES = conf.c -conf_CPPFLAGS = $(AM_CPPFLAGS) \ - $(GETTEXT) \ - -I$(top_srcdir)/libs/parser -conf_CFLAGS = $(AM_CFLAGS) $(kf_CFLAGS) -conf_LDADD = $(top_builddir)/libs/parser/libkconfigparser.la \ - $(conf_EXTRA_LIBS) +kconfig_conf_SOURCES = conf.c +kconfig_conf_CPPFLAGS = $(AM_CPPFLAGS) \ + $(GETTEXT) \ + -I$(top_srcdir)/libs/parser +kconfig_conf_CFLAGS = $(AM_CFLAGS) $(kf_CFLAGS) +kconfig_conf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la \ + $(conf_EXTRA_LIBS)