blob: ecdbffb513974cb2cd6868852022f6c5066d60f4 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001libotr: Fix QA-issue where also files from buildhost would be included
2
3Warning was:
4cc1: warning: include location "/usr/include" is unsafe for
5cross-compilation [-Wpoison-system-directories]
6
7Upstream-Status: Pending
8
9Signed-off-by: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de>
10
11--- a/toolkit/Makefile.am 2012-05-03 15:52:22.000000000 +0200
12+++ b/toolkit/Makefile.am 2014-01-13 12:12:26.030369357 +0100
13@@ -1,4 +1,4 @@
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014-AM_CPPFLAGS = -I$(includedir) -I../src @LIBGCRYPT_CFLAGS@
15+AM_CPPFLAGS = -I../src @LIBGCRYPT_CFLAGS@
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016
17 noinst_HEADERS = aes.h ctrmode.h parse.h sesskeys.h readotr.h sha1hmac.h
18