]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/qconf/Makefile.am
frontends: prefix frontends with 'kconfig-'
[kconfig-frontends] / frontends / qconf / Makefile.am
index f14164ef2d27feb0f85efbebe5915417579d57bc..99809b7a12d9ede30bd0a6b7ba411afc635a3a4b 100644 (file)
@@ -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: