]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/qconf/Makefile.am
configure: allow user to override program-prefix
[kconfig-frontends] / frontends / qconf / Makefile.am
index 99809b7a12d9ede30bd0a6b7ba411afc635a3a4b..f6a66874bb97f0a06f89e6135d73a9a395b27c8c 100644 (file)
@@ -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: