2013-12-05 08:59:03 +01:00
|
|
|
--- src/trspi/Makefile.am.orig 2012-09-20 02:24:48.000000000 +0900
|
|
|
|
+++ src/trspi/Makefile.am 2013-12-05 15:12:35.000000000 +0900
|
2010-11-07 13:05:27 +01:00
|
|
|
@@ -1,7 +1,8 @@
|
|
|
|
noinst_LTLIBRARIES=libtrousers.la
|
|
|
|
|
|
|
|
libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/hash.c
|
|
|
|
-libtrousers_la_CFLAGS=-DAPPID=\"TSPI\" -I${top_srcdir}/src/include
|
|
|
|
+libtrousers_la_CFLAGS=-DAPPID=\"TSPI\" -I${top_srcdir}/src/include \
|
2013-12-05 08:59:03 +01:00
|
|
|
+ -I${ICONV_PREFIX}/include
|
2010-11-07 13:05:27 +01:00
|
|
|
|
|
|
|
if TSS_BUILD_ASYM_CRYPTO
|
|
|
|
libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/rsa.c
|