Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1382)

Unified Diff: src/tspi/Makefile.am

Issue 3581012: Upgrade from trousers 0.3.3 to 0.3.6 and from testsuite 0.2 to 0.3. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/trousers.git
Patch Set: git cl push Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trspi/crypto/openssl/symmetric.c ('k') | src/tspi/obj_context.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tspi/Makefile.am
diff --git a/src/tspi/Makefile.am b/src/tspi/Makefile.am
index 318dd11995a93ff2715872931755c609f3356415..89fc011ed2b755c013114edf0b3c05635e987f0a 100644
--- a/src/tspi/Makefile.am
+++ b/src/tspi/Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES=libtspi.la
-libtspi_la_LIBADD=../trspi/libtrousers.la
+libtspi_la_LIBADD=${top_builddir}/src/trspi/libtrousers.la
# On setting -version-info, from the libtool manual:
#
@@ -17,9 +17,9 @@ libtspi_la_LIBADD=../trspi/libtrousers.la
# 5. If any interfaces have been added since the last public release, then increment age.
# 6. If any interfaces have been removed since the last public release, then set age to 0.
-libtspi_la_LDFLAGS=-version-info 2:4:1 -lpthread @CRYPTOLIB@
+libtspi_la_LDFLAGS=-version-info 2:3:1 -lpthread @CRYPTOLIB@
-libtspi_la_CFLAGS=-I../include -DAPPID=\"TSPI\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\"
+libtspi_la_CFLAGS=-I$(top_srcdir)/src/include -DAPPID=\"TSPI\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\"
libtspi_la_SOURCES=log.c \
spi_utils.c \
@@ -164,7 +164,7 @@ libtspi_la_SOURCES+=tspi_selftest.c tsp_selftest.c rpc/@RPC@/rpc_selftest.c
libtspi_la_CFLAGS+=-DTSS_BUILD_SELFTEST
endif
if TSS_BUILD_DAA
-libtspi_la_SOURCES+=tspi_daa.c tsp_daa.c obj_daacred.c obj_daaarakey.c obj_daaissuerkey.c \
+libtspi_la_SOURCES+=tspi_daa.c tsp_daa.c \
rpc/@RPC@/rpc_daa.c \
daa/daa_issuer/keypair_generator.c daa/daa_issuer/prime_gen.c \
daa/daa_issuer/key_correctness_proof.c daa/daa_platform/platform.c \
@@ -172,7 +172,7 @@ libtspi_la_SOURCES+=tspi_daa.c tsp_daa.c obj_daacred.c obj_daaarakey.c obj_daais
daa/daa_verifier/verifier_transaction.c daa/daa_verifier/verifier.c \
daa/daa_structs.c daa/daa_parameter.c daa/big_integer/bi_gmp.c \
daa/big_integer/bi_openssl.c daa/daa_anonymityrevocation/csencryption_result.c \
- daa/daa_anonymityrevocation/authority.c daa/big_integer/bi.c daa/utils/list.c
+ daa/big_integer/bi.c daa/utils/list.c
libtspi_la_CFLAGS+=-DTSS_BUILD_DAA
endif
if TSS_BUILD_GET_FLAGS
« no previous file with comments | « src/trspi/crypto/openssl/symmetric.c ('k') | src/tspi/obj_context.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698