Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
da734895
Commit
da734895
authored
Feb 12, 2003
by
Niels Möller
Browse files
* tools/Makefile.am (LDADD): Added misc.o
(EXTRA_DIST): List misc.c and mish.h. Rev: src/spki/tools/Makefile.am:1.5
parent
7a3fc417
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/spki/tools/Makefile.am
View file @
da734895
...
...
@@ -8,6 +8,6 @@ AM_LDFLAGS = -L.. -L../../nettle/
# programs depend on it. It seems there's no DEPENDENCIES variable
# that affects all programs.
LDADD
=
-lspki
-lnettle
../libspki.a ../../nettle/libnettle.a
LDADD
=
misc.o
-lspki
-lnettle
../libspki.a ../../nettle/libnettle.a
spki_make_signature_SOURCES
=
spki-make-signature.c io.c io
.h
EXTRA_DIST
=
misc.c misc
.h
Write
Preview
Supports
Markdown
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