X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=frontends%2Fqconf%2FMakefile.am;fp=frontends%2Fqconf%2FMakefile.am;h=f6a66874bb97f0a06f89e6135d73a9a395b27c8c;hb=15b189c6e3d28d535ab37992349d7f8bf19694d5;hp=99809b7a12d9ede30bd0a6b7ba411afc635a3a4b;hpb=556f497a524d05a022812725564e796b4bad498d;p=kconfig-frontends diff --git a/frontends/qconf/Makefile.am b/frontends/qconf/Makefile.am index 99809b7..f6a6687 100644 --- a/frontends/qconf/Makefile.am +++ b/frontends/qconf/Makefile.am @@ -1,17 +1,17 @@ -bin_PROGRAMS = kconfig-qconf +bin_PROGRAMS = qconf -kconfig_qconf_SOURCES = qconf.cc qconf.h +qconf_SOURCES = qconf.cc qconf.h BUILT_SOURCES = qconf.moc -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) +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/libkconfig-parser.la \ + $(top_builddir)/libs/images/libkconfig-images.a \ + $(qt4_LIBS) $(qconf_EXTRA_LIBS) CLEANFILES = qconf.moc .h.moc: