Skip to content
Snippets Groups Projects
Commit 8e5d95a3 authored by Niels Möller's avatar Niels Möller
Browse files

(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
......@@ -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) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment