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

(LDADD): Add libnettle.a, for the dependency.

Rev: src/nettle/tools/Makefile.am:1.4
parent cc3afeb6
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,9 @@ AM_LDFLAGS = -L.. ...@@ -7,7 +7,9 @@ AM_LDFLAGS = -L..
bin_PROGRAMS = sexp-conv bin_PROGRAMS = sexp-conv
LDADD = -lnettle # libnettle.a is added at the end to make sure all programs depend on it.
# It seems there's no DEPENDENCIES variable that affects all programs.
LDADD = -lnettle ../libnettle.a
EXTRA_DIST = misc.h input.h output.h parse.h EXTRA_DIST = misc.h input.h output.h parse.h
......
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