]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/Makefile.am
frontends: prefix frontends with 'kconfig-'
[kconfig-frontends] / frontends / Makefile.am
index f8f24ab15c2516a91b82a54edebe5231a840314e..0badbc8c6d95a4b43c2dedd8d235a33955465e75 100644 (file)
@@ -10,4 +10,7 @@ endif
 if COND_gconf
     MAYBE_gconf = gconf
 endif
-SUBDIRS = $(MAYBE_conf) $(MAYBE_mconf) $(MAYBE_nconf) $(MAYBE_gconf)
+if COND_qconf
+    MAYBE_qconf = qconf
+endif
+SUBDIRS = $(MAYBE_conf) $(MAYBE_mconf) $(MAYBE_nconf) $(MAYBE_gconf) $(MAYBE_qconf)