summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-25 01:40:37 +0000
committerRoland McGrath <roland@gnu.org>2001-08-25 01:40:37 +0000
commitfde3d6cc5a1f924685c66d596556642dde26808b (patch)
tree1579a268e7639ac33a200b74e087df1231ea9f66 /config.make.in
parent98a00899ba97e74c63f81d9ad70ea7b0404366f6 (diff)
2001-08-24 Roland McGrath <roland@frob.com>
* config.make.in (PARTED_LIBS): New variable, substituted by configure.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 7bbd768e..a7fcd4ea 100644
--- a/config.make.in
+++ b/config.make.in
@@ -54,6 +54,9 @@ VERSIONING = @VERSIONING@
# If a separate libcrypt is available, use it.
LIBCRYPT = @LIBCRYPT@
+# How to link against Parted libraries, if at all.
+PARTED_LIBS = @PARTED_LIBS@
+
# Installation tools.
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@