Disable sync/ completely, build OK
[lttv.git] / lttv / lttv / sync / Makefile.am
1 AM_CFLAGS= $(PACKAGE_CFLAGS)
2 LDADD = $(M_LIBS) $(GLPK_LIBS)
3
4 #Mathieu: does not build on x86 64, disable.
5 #check_PROGRAMS = unittest
6 #
7 #unittest_SOURCES = \
8 # data_structures.c\
9 # graph_functions.c\
10 # sync_chain.c\
11 # sync_chain_unittest.c\
12 # event_processing_text.c\
13 # event_matching_broadcast.c\
14 # event_matching_distributor.c\
15 # event_matching_tcp.c\
16 # event_analysis_chull.c\
17 # event_analysis_eval.c\
18 # event_analysis_linreg.c
19
20 noinst_HEADERS = \
21 data_structures.h \
22 event_analysis_chull.h \
23 event_analysis_eval.h \
24 event_analysis.h \
25 event_analysis_linreg.h \
26 event_matching_broadcast.h \
27 event_matching_distributor.h \
28 event_matching.h \
29 event_matching_tcp.h \
30 event_processing.h \
31 event_processing_lttng_common.h \
32 event_processing_lttng_null.h \
33 event_processing_lttng_standard.h \
34 event_processing_text.h \
35 graph_functions.h \
36 lookup3.h \
37 sync_chain.h \
38 sync_chain_lttv.h
This page took 0.029326 seconds and 4 git commands to generate.