X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=frontends%2Fqconf%2FMakefile.am;fp=frontends%2Fqconf%2FMakefile.am;h=99809b7a12d9ede30bd0a6b7ba411afc635a3a4b;hb=e74bcf1d8326644406c267b3eeb24f2d11287f58;hp=f14164ef2d27feb0f85efbebe5915417579d57bc;hpb=8d34f09df227b008532e683f3284f7ff11d8f134;p=kconfig-frontends diff --git a/frontends/qconf/Makefile.am b/frontends/qconf/Makefile.am index f14164e..99809b7 100644 --- a/frontends/qconf/Makefile.am +++ b/frontends/qconf/Makefile.am @@ -1,17 +1,17 @@ -bin_PROGRAMS = qconf +bin_PROGRAMS = kconfig-qconf -qconf_SOURCES = qconf.cc qconf.h +kconfig_qconf_SOURCES = qconf.cc qconf.h BUILT_SOURCES = qconf.moc -qconf_CPPFLAGS = $(AM_CPPFLAGS) \ - $(GETTEXT) \ - -I$(top_srcdir)/libs/parser \ - -I$(top_builddir)/libs/images -qconf_CXXFLAGS = $(AM_CXXFLAGS) \ - $(kf_CFLAGS) \ - $(qt4_CFLAGS) -qconf_LDADD = $(top_builddir)/libs/parser/libkconfigparser.la \ - $(top_builddir)/libs/images/libimages.a \ - $(qt4_LIBS) $(qconf_EXTRA_LIBS) +kconfig_qconf_CPPFLAGS = $(AM_CPPFLAGS) \ + $(GETTEXT) \ + -I$(top_srcdir)/libs/parser \ + -I$(top_builddir)/libs/images +kconfig_qconf_CXXFLAGS = $(AM_CXXFLAGS) \ + $(kf_CFLAGS) \ + $(qt4_CFLAGS) +kconfig_qconf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la \ + $(top_builddir)/libs/images/libkconfig-images.a \ + $(qt4_LIBS) $(qconf_EXTRA_LIBS) CLEANFILES = qconf.moc .h.moc: