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
63dbf8da
Commit
63dbf8da
authored
Feb 16, 2003
by
Niels Möller
Browse files
(LDADD): Added getopt.o and getopt1.o
(EXTRA_DIST): Added getopt.h. Rev: src/spki/tools/Makefile.am:1.6
parent
04e8c8f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/spki/tools/Makefile.am
View file @
63dbf8da
...
...
@@ -8,6 +8,7 @@ AM_LDFLAGS = -L.. -L../../nettle/
# programs depend on it. It seems there's no DEPENDENCIES variable
# that affects all programs.
LDADD
=
misc.o
-lspki
-lnettle
../libspki.a ../../nettle/libnettle.a
LDADD
=
misc.o getopt.o getopt1.o
\
-lspki
-lnettle
../libspki.a ../../nettle/libnettle.a
EXTRA_DIST
=
misc.c misc.h
EXTRA_DIST
=
misc.c misc.h
getopt.h
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