| OLD | NEW |
| 1 noinst_LTLIBRARIES=libtrousers.la | 1 noinst_LTLIBRARIES=libtrousers.la |
| 2 | 2 |
| 3 libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/hash.c | 3 libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/hash.c |
| 4 libtrousers_la_CFLAGS=-DAPPID=\"TSPI\" | 4 libtrousers_la_CFLAGS=-DAPPID=\"TSPI\" -I${top_srcdir}/src/include |
| 5 | 5 |
| 6 if TSS_BUILD_ASYM_CRYPTO | 6 if TSS_BUILD_ASYM_CRYPTO |
| 7 libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/rsa.c | 7 libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/rsa.c |
| 8 endif | 8 endif |
| 9 if TSS_BUILD_SYM_CRYPTO | 9 if TSS_BUILD_SYM_CRYPTO |
| 10 libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/symmetric.c | 10 libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/symmetric.c |
| 11 endif | 11 endif |
| OLD | NEW |