Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
b15f7aca
Commit
b15f7aca
authored
Feb 15, 2004
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(AM_CPPFLAGS): Need -I.., in order to
include nettle-types.h. Rev: src/testsuite/Makefile.am:1.69
parent
68bb10e3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/testsuite/Makefile.am
+1
-1
1 addition, 1 deletion
src/testsuite/Makefile.am
with
1 addition
and
1 deletion
src/testsuite/Makefile.am
+
1
−
1
View file @
b15f7aca
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# -O0 is not recogniced on AIX
# -O0 is not recogniced on AIX
# AM_CFLAGS = -O0
# AM_CFLAGS = -O0
AM_CPPFLAGS
=
-I
$(
srcdir
)
/..
-I
../nettle
AM_CPPFLAGS
=
-I
$(
srcdir
)
/..
-I
..
-I
../nettle
TS_PROGS
=
arcfour-test aes-test blowfish-test cast128-test
\
TS_PROGS
=
arcfour-test aes-test blowfish-test cast128-test
\
des-test
\
des-test
\
...
...
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