From: Mathieu Desnoyers Date: Fri, 29 Jan 2010 00:16:54 +0000 (-0500) Subject: Disable sync/ because it does not build on x86_64 X-Git-Tag: v0.12.27~1 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=c73a133267f0de33bd7303de34a8f3e0ef90422a Disable sync/ because it does not build on x86_64 Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 5f882de1..e004efe4 100644 --- a/configure.ac +++ b/configure.ac @@ -214,10 +214,11 @@ AC_SUBST(lttctlincludedir) #lttv/modules/gui/tutorial/Makefile #lttv/modules/gui/diskperformance/Makefile + #FIXME: disabled by Mathieu Desnoyers, does not build on x86_64 + #lttv/lttv/sync/Makefile AC_CONFIG_FILES([Makefile lttv/Makefile lttv/lttv/Makefile - lttv/lttv/sync/Makefile lttv/modules/Makefile lttv/modules/text/Makefile lttv/modules/gui/Makefile diff --git a/lttv/lttv/Makefile.am b/lttv/lttv/Makefile.am index e98dcbf4..6bc11e08 100644 --- a/lttv/lttv/Makefile.am +++ b/lttv/lttv/Makefile.am @@ -1,4 +1,5 @@ -SUBDIRS= sync +#Disabled by Mathieu Desnoyers: Build issue on x86_64 (FIXME) +#SUBDIRS= sync AM_CFLAGS= $(PACKAGE_CFLAGS) LDADD = $(POPT_LIBS) $(M_LIBS) $(GLPK_LIBS) ${top_builddir}/ltt/liblttvtraceread.la @@ -54,20 +55,22 @@ lttv_real_SOURCES = \ tracecontext.c\ traceset.c\ filter.c\ - print.c\ - sync/sync_chain.c\ - sync/sync_chain_lttv.c\ - sync/graph_functions.c\ - sync/data_structures.c\ - sync/event_processing_lttng_common.c\ - sync/event_processing_lttng_standard.c\ - sync/event_processing_lttng_null.c\ - sync/event_matching_broadcast.c\ - sync/event_matching_distributor.c\ - sync/event_matching_tcp.c\ - sync/event_analysis_chull.c\ - sync/event_analysis_eval.c\ - sync/event_analysis_linreg.c + print.c + +#Disabled by Mathieu Desnoyers (does not build on x86_64) +# sync/sync_chain.c\ +# sync/sync_chain_lttv.c\ +# sync/graph_functions.c\ +# sync/data_structures.c\ +# sync/event_processing_lttng_common.c\ +# sync/event_processing_lttng_standard.c\ +# sync/event_processing_lttng_null.c\ +# sync/event_matching_broadcast.c\ +# sync/event_matching_distributor.c\ +# sync/event_matching_tcp.c\ +# sync/event_analysis_chull.c\ +# sync/event_analysis_eval.c\ +# sync/event_analysis_linreg.c lttvinclude_HEADERS = \ attribute.h\