Skip to content
Snippets Groups Projects
Commit 16d5ddeb authored by Niels Möller's avatar Niels Möller
Browse files

* examples/Makefile.am (AM_CFLAGS): We need -I$(top_srcdir).

* tools/Makefile.am (AM_CFLAGS): Likewise.
* testsuite/Makefile.am (AM_CFLAGS): Likewise.

Rev: src/nettle/examples/Makefile.am:1.13
Rev: src/nettle/testsuite/Makefile.am:1.31
Rev: src/nettle/tools/Makefile.am:1.2
parent 7ba3e626
No related branches found
No related tags found
No related merge requests found
AM_CFLAGS = -I$(top_srcdir)
# We need .. to be searched before standard places, in order to pick # We need .. to be searched before standard places, in order to pick
# up the newly built libnettle.a/libnettle.so, rather than any # up the newly built libnettle.a/libnettle.so, rather than any
# installed version. # installed version.
......
AM_CFLAGS = -I$(top_srcdir)
# We need .. to be searched before standard places, in order to pick # We need .. to be searched before standard places, in order to pick
# up the newly built libnettle.a/libnettle.so, rather than any # up the newly built libnettle.a/libnettle.so, rather than any
# installed version. # installed version.
......
AM_CFLAGS = -I$(top_srcdir)
# We need .. to be searched before standard places, in order to pick # We need .. to be searched before standard places, in order to pick
# up the newly built libnettle.a/libnettle.so, rather than any # up the newly built libnettle.a/libnettle.so, rather than any
# installed version. # installed version.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment