| Index: src/trspi/Makefile.am
|
| diff --git a/src/trspi/Makefile.am b/src/trspi/Makefile.am
|
| index d9f6d3e98df0ac9e762ce19f1c4a615eda802f53..300e49280e45512d29662fd881ab0bef30763aa3 100644
|
| --- a/src/trspi/Makefile.am
|
| +++ b/src/trspi/Makefile.am
|
| @@ -1,7 +1,7 @@
|
| noinst_LTLIBRARIES=libtrousers.la
|
|
|
| libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/hash.c
|
| -libtrousers_la_CFLAGS=-DAPPID=\"TSPI\"
|
| +libtrousers_la_CFLAGS=-DAPPID=\"TSPI\" -I${top_srcdir}/src/include
|
|
|
| if TSS_BUILD_ASYM_CRYPTO
|
| libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/rsa.c
|
|
|