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

More comments on the problem with the libnettle.a dependency.

Rev: src/nettle/tools/Makefile.am:1.7
parent 37540091
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,12 @@ bin_PROGRAMS = sexp-conv nettle-lfib-stream
# It seems there's no DEPENDENCIES variable that affects all programs.
LDADD = -lnettle ../libnettle.a
# Explicit use of DEPENDENCIES is more correct, but scales badly to a
# large number of programs.
# sexp_conv_DEPENDENCIES = ../libnettle.a
# nettle_lfib_stream_DEPENDENCIES = ../libnettle.a
EXTRA_DIST = misc.h input.h output.h parse.h getopt.h
sexp_conv_SOURCES = sexp-conv.c input.c output.c parse.c \
......
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