Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maamoun TK
nettle
Commits
bc38cd75
Commit
bc38cd75
authored
Apr 01, 2020
by
Niels Möller
Browse files
Delete extra quotes from TEST_SHLIB_DIR. Add comment.
parent
b3474802
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.make.in
View file @
bc38cd75
...
@@ -66,7 +66,8 @@ includedir = @includedir@
...
@@ -66,7 +66,8 @@ includedir = @includedir@
infodir = @infodir@
infodir = @infodir@
abs_top_builddir = @abs_top_builddir@
abs_top_builddir = @abs_top_builddir@
TEST_SHLIB_DIR = "${abs_top_builddir}/.lib"
# Absolute name, since some systems require that for LD_LIBRARY_PATH.
TEST_SHLIB_DIR = ${abs_top_builddir}/.lib
# PRE_CPPFLAGS and PRE_LDFLAGS lets each Makefile.in prepend its own
# PRE_CPPFLAGS and PRE_LDFLAGS lets each Makefile.in prepend its own
# flags before CPPFLAGS and LDFLAGS. While EXTRA_CFLAGS are added at the end.
# flags before CPPFLAGS and LDFLAGS. While EXTRA_CFLAGS are added at the end.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment