diff options
author | Brent Cook <busterb@gmail.com> | 2021-11-08 13:29:50 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-11-08 13:29:50 -0600 |
commit | aef899cf7c2203e8a82902164a2efe4f3db434b3 (patch) | |
tree | 11947c9e63971a85113186769744a7b9045367ea | |
parent | 69a50462c7772fc2af40dbc7c08107000f7ae231 (diff) | |
download | portable-aef899cf7c2203e8a82902164a2efe4f3db434b3.tar.gz portable-aef899cf7c2203e8a82902164a2efe4f3db434b3.tar.bz2 portable-aef899cf7c2203e8a82902164a2efe4f3db434b3.zip |
prepend tls dir to AM_CPPFLAGS
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cfeb0ae..b426ad0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -270,7 +270,7 @@ igetest_SOURCES = igetest.c | |||
270 | 270 | ||
271 | # keypairtest | 271 | # keypairtest |
272 | TESTS += keypairtest.sh | 272 | TESTS += keypairtest.sh |
273 | keypairtest_CPPFLAGS = -I $(top_srcdir)/tls | 273 | keypairtest_CPPFLAGS = -I $(top_srcdir)/tls $(AM_CPPFLAGS) |
274 | check_PROGRAMS += keypairtest | 274 | check_PROGRAMS += keypairtest |
275 | keypairtest_SOURCES = keypairtest.c | 275 | keypairtest_SOURCES = keypairtest.c |
276 | EXTRA_DIST += keypairtest.sh | 276 | EXTRA_DIST += keypairtest.sh |