summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 2f197d00..b66c441b 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -79,6 +79,9 @@ OPTIONSEP = @OPTIONSEP@
# Some architectures need to do something special for linking in libraries
+LIBNAME_PREFIX= @LIBNAME_PREFIX@# Make sure there is no space at end.
+LIBNAME_SUFFIX= @LIBNAME_SUFFIX@
+
CACTUSLIBLINKLINE= @CACTUSLIBLINKLINE@
C_DEPEND = @C_DEPEND@