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

Side by Side Diff: src/tcsd/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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/tcs/tcsi_random.c ('k') | src/tcsd/platform.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 sbin_PROGRAMS=tcsd 1 sbin_PROGRAMS=tcsd
2 2
3 tcsd_CFLAGS=-DAPPID=\"TCSD\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sy sconfdir@\" 3 tcsd_CFLAGS=-DAPPID=\"TCSD\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sy sconfdir@\" -I${top_srcdir}/src/include
4 tcsd_LDADD=../tcs/libtcs.a ../tddl/libtddl.a -lpthread @CRYPTOLIB@ 4 tcsd_LDADD=${top_builddir}/src/tcs/libtcs.a ${top_builddir}/src/tddl/libtddl.a - lpthread @CRYPTOLIB@
5 5
6 tcsd_SOURCES=svrside.c tcsd_conf.c tcsd_threads.c platform.c 6 tcsd_SOURCES=svrside.c tcsd_conf.c tcsd_threads.c platform.c
7 7
8 if TSS_BUILD_PS 8 if TSS_BUILD_PS
9 tcsd_CFLAGS+=-DTSS_BUILD_PS 9 tcsd_CFLAGS+=-DTSS_BUILD_PS
10 endif 10 endif
11 if TSS_BUILD_PCR_EVENTS 11 if TSS_BUILD_PCR_EVENTS
12 tcsd_CFLAGS+=-DTSS_BUILD_PCR_EVENTS 12 tcsd_CFLAGS+=-DTSS_BUILD_PCR_EVENTS
13 endif 13 endif
OLDNEW
« no previous file with comments | « src/tcs/tcsi_random.c ('k') | src/tcsd/platform.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698