Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
81f9c0d8
Commit
81f9c0d8
authored
26 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/symmetric/Makefile.am.in:1.10 Rev: src/symmetric/include/Makefile.am.in:1.4
parent
60a89fd5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am.in
+4
-1
4 additions, 1 deletion
Makefile.am.in
include/Makefile.am.in
+3
-0
3 additions, 0 deletions
include/Makefile.am.in
with
7 additions
and
1 deletion
Makefile.am.in
+
4
−
1
View file @
81f9c0d8
...
@@ -8,8 +8,11 @@ AUTOMAKE_OPTIONS = foreign
...
@@ -8,8 +8,11 @@ AUTOMAKE_OPTIONS = foreign
noinst_LIBRARIES
=
libsymmetric.a
noinst_LIBRARIES
=
libsymmetric.a
noinst_PROGRAMS
=
desTest desdata bf_test
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
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
# When compiling with lsh, this is set to to -DLSH -I/path/to/lsh/include
# INCLUDES = @crypto_cpp_flags@
# INCLUDES = @crypto_cpp_flags@
...
...
This diff is collapsed.
Click to expand it.
include/Makefile.am.in
+
3
−
0
View file @
81f9c0d8
...
@@ -4,6 +4,9 @@ BODY:
...
@@ -4,6 +4,9 @@ BODY:
EXTRA_DIST
=
$(
cvs_headers
)
Makefile.am.in
EXTRA_DIST
=
$(
cvs_headers
)
Makefile.am.in
Makefile.am
:
Makefile.am.in
(
cd
$(
top_srcdir
);
./make_am
)
.PHONY
:
ctags-recursive ctags
.PHONY
:
ctags-recursive ctags
ctags-recursive
:
ctags-recursive
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment