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

* examples/Makefile.am (AM_CPPFLAGS): Use AM_CPPFLAGS instead of

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

Rev: src/nettle/examples/Makefile.am:1.15
Rev: src/nettle/testsuite/Makefile.am:1.35
parent 5b4de64c
No related branches found
No related tags found
No related merge requests found
AM_CFLAGS = -I$(top_srcdir)
AM_CPPFLAGS = -I$(top_srcdir)
# We need .. to be searched before standard places, in order to pick
# up the newly built libnettle.a/libnettle.so, rather than any
......
AM_CFLAGS = -I$(top_srcdir)
AM_CPPFLAGS = -I$(top_srcdir)
# We need .. to be searched before standard places, in order to pick
# up the newly built libnettle.a/libnettle.so, rather than any
......
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