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
Nettle
nettle
Commits
81f9c0d8
Commit
81f9c0d8
authored
Jan 18, 1999
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/symmetric/Makefile.am.in:1.10 Rev: src/symmetric/include/Makefile.am.in:1.4
parent
60a89fd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am.in
View file @
81f9c0d8
...
...
@@ -8,8 +8,11 @@ AUTOMAKE_OPTIONS = foreign
noinst_LIBRARIES
=
libsymmetric.a
noinst_PROGRAMS
=
desTest desdata bf_test
# FIXME: Use the BASH variable to execute the script. The problem is
# that the script attempts to start itselt with "$0 args".
Makefile.am
:
Makefile.am.in
(
cd
$(top_srcdir)
;
$(BASH)
make_am
)
(
cd
$(top_srcdir)
;
./
make_am
)
# When compiling with lsh, this is set to to -DLSH -I/path/to/lsh/include
# INCLUDES = @crypto_cpp_flags@
...
...
include/Makefile.am.in
View file @
81f9c0d8
...
...
@@ -4,6 +4,9 @@ BODY:
EXTRA_DIST
=
$(cvs_headers)
Makefile.am.in
Makefile.am
:
Makefile.am.in
(
cd
$(top_srcdir)
;
./make_am
)
.PHONY
:
ctags-recursive ctags
ctags-recursive
:
...
...
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