summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index a5e5632c..8a9ae22a 100644
--- a/config.make.in
+++ b/config.make.in
@@ -59,6 +59,10 @@ LIBCRYPT = @LIBCRYPT@
# How to link against Parted libraries, if at all.
PARTED_LIBS = @PARTED_LIBS@
+# How to compile and link against ncursesw.
+LIBNCURSESW = @LIBNCURSESW@
+NCURSESW_INCLUDE = @NCURSESW_INCLUDE@
+
# Installation tools.
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@