]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/Makefile.am
nconf: fix build where ncurses headers are in subdirectories
[kconfig-frontends] / frontends / Makefile.am
index ef66433299b0719b6f8d869ad6d4323323f495c6..0badbc8c6d95a4b43c2dedd8d235a33955465e75 100644 (file)
@@ -1 +1,16 @@
-SUBDIRS = conf mconf nconf
+if COND_conf
+    MAYBE_conf = conf
+endif
+if COND_mconf
+    MAYBE_mconf = mconf
+endif
+if COND_nconf
+    MAYBE_nconf = nconf
+endif
+if COND_gconf
+    MAYBE_gconf = gconf
+endif
+if COND_qconf
+    MAYBE_qconf = qconf
+endif
+SUBDIRS = $(MAYBE_conf) $(MAYBE_mconf) $(MAYBE_nconf) $(MAYBE_gconf) $(MAYBE_qconf)