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
Deploy
Releases
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
Brian Smith
nettle
Commits
8e5d95a3
Commit
8e5d95a3
authored
16 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(next-prime$(EXEEXT)): Added -lnettle to linker.
Rev: nettle/examples/Makefile.in:1.6
parent
b84a309d
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.in
+1
-1
1 addition, 1 deletion
examples/Makefile.in
with
1 addition
and
1 deletion
examples/Makefile.in
+
1
−
1
View file @
8e5d95a3
...
...
@@ -33,7 +33,7 @@ all: $(TARGETS)
# For Solaris and BSD make, we have to use an explicit rule for each executable
next-prime$(EXEEXT)
:
next-prime.$(OBJEXT) $(GETOPT_OBJS) ../libhogweed.a
$(
LINK
)
next-prime.
$(
OBJEXT
)
$(
GETOPT_OBJS
)
\
-lhogweed
$(
LIBS
)
-o
next-prime
$(
EXEEXT
)
-lhogweed
-lnettle
$(
LIBS
)
-o
next-prime
$(
EXEEXT
)
rsa-keygen$(EXEEXT)
:
rsa-keygen.$(OBJEXT) $(GETOPT_OBJS)
$(
LINK
)
rsa-keygen.
$(
OBJEXT
)
io.
$(
OBJEXT
)
$(
GETOPT_OBJS
)
\
...
...
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