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

Unified Diff: src/tcs/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/include/tss/tss_defines.h ('k') | src/tcs/log.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tcs/Makefile.am
diff --git a/src/tcs/Makefile.am b/src/tcs/Makefile.am
index 12a9509af6bdabea70e0c7b0e898b1947b69c776..8540a9afbc52311a99a9959dfe64cc6d11078793 100644
--- a/src/tcs/Makefile.am
+++ b/src/tcs/Makefile.am
@@ -1,6 +1,7 @@
noinst_LIBRARIES=libtcs.a
-libtcs_a_LIBADD=../tddl/libtddl.a
+CFLAGS+=-I${top_srcdir}/src/include
+libtcs_a_LIBADD=${top_builddir}/src/tddl/libtddl.a
libtcs_a_CFLAGS=-DAPPID=\"TCSD\ TCS\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\"
libtcs_a_SOURCES=log.c \
« no previous file with comments | « src/include/tss/tss_defines.h ('k') | src/tcs/log.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698