Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
648f71af
Commit
648f71af
authored
22 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(nettle_benchmark_LDADD): Use OPENSSL_LIBFLAGS.
Rev: src/nettle/examples/Makefile.am:1.16
parent
e4a659e4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/Makefile.am
+3
-1
3 additions, 1 deletion
examples/Makefile.am
with
3 additions
and
1 deletion
examples/Makefile.am
+
3
−
1
View file @
648f71af
OPENSSL_LIBFLAGS
=
@OPENSSL_LIBFLAGS@
AM_CPPFLAGS
=
-I
$(
top_srcdir
)
AM_CPPFLAGS
=
-I
$(
top_srcdir
)
# We need .. to be searched before standard places, in order to pick
# We need .. to be searched before standard places, in order to pick
...
@@ -9,7 +11,7 @@ EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify
...
@@ -9,7 +11,7 @@ EXTRA_PROGRAMS = rsa-keygen rsa-sign rsa-verify
noinst_PROGRAMS
=
nettle-benchmark @RSA_EXAMPLES@
noinst_PROGRAMS
=
nettle-benchmark @RSA_EXAMPLES@
LDADD
=
io.o
-lnettle
LDADD
=
io.o
-lnettle
nettle_benchmark_LDADD
=
-lnettle
nettle_benchmark_LDADD
=
-lnettle
$(
OPENSSL_LIBFLAGS
)
nettle_benchmark_SOURCES
=
nettle-benchmark.c nettle-openssl.c
nettle_benchmark_SOURCES
=
nettle-benchmark.c nettle-openssl.c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment