Skip to content
GitLab
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
a526bc40
Commit
a526bc40
authored
Jun 12, 2001
by
Niels Möller
Browse files
* configure.in: Use src/nettle instead of src/symmetric.
* src/Makefile.am.in: Likewise. Rev: src/Makefile.am.in:1.108
parent
06ccc06f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am.in
View file @
a526bc40
## Process this file with make_am to produce Makefile.am -*-makefile-*-
SUBDIRS
:
argp rsync
symmetric
scm . testsuite
SUBDIRS
:
argp rsync
nettle
scm . testsuite
CVS_HEADERS
:
cvs_headers
CLASS_FILES
:
dist_x_files
BODY
:
...
...
@@ -131,7 +131,7 @@ lsh_krb_checkpw_LDADD=@KRB_LIBS@
# $(PERL) $(top_srcdir)/misc/mk-reverse-table ssh.h >$@T
# if test -s $@T ; then mv -f $@T $@ ; else touch $@ ; fi
LDADD
=
liblsh.a
symmetric/libsymmetric
.a @LIBARGP@
LDADD
=
liblsh.a
nettle/libnettle
.a @LIBARGP@
# lshg_LDFLAGS = -Wl,-Map,lshg.map
lshg_LDADD
=
liblsh.a @LIBARGP@
...
...
@@ -142,10 +142,6 @@ class-map: $(srcdir)/make-class-map $(dist_x_files)
# Is this rule needed?
# all-recursive check-recursive: config.h
# .PHONY: symmetric
# symmetric:
# (cd lib && $(MAKE) libsymmetric.a)
EXTRA_DIST
=
lsh-authorize ssh-conv lcp
\
atoms.in process_atoms
\
invert-defs
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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