Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
8e5d95a3
Commit
8e5d95a3
authored
Oct 25, 2008
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(next-prime$(EXEEXT)): Added -lnettle to linker.
Rev: nettle/examples/Makefile.in:1.6
parent
b84a309d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/Makefile.in
examples/Makefile.in
+1
-1
No files found.
examples/Makefile.in
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)
\
...
...
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