Add header files in SOURCES
[lttv.git] / lttv / lttv / sync / Makefile.am
index fa9ac579e02319fe28727f9fadd6b894c8d6d431..e1820febaa2ab11c83ac646572223611b9aa27cb 100644 (file)
@@ -1,38 +1,27 @@
 AM_CFLAGS= $(PACKAGE_CFLAGS)
 LDADD = $(M_LIBS) $(GLPK_LIBS)
 
-#Mathieu: does not build on x86 64, disable.
-#check_PROGRAMS = unittest
-#
-#unittest_SOURCES = \
-#      data_structures.c\
-#      graph_functions.c\
-#      sync_chain.c\
-#      sync_chain_unittest.c\
-#      event_processing_text.c\
-#      event_matching_broadcast.c\
-#      event_matching_distributor.c\
-#      event_matching_tcp.c\
-#      event_analysis_chull.c\
-#      event_analysis_eval.c\
-#      event_analysis_linreg.c
+check_PROGRAMS = unittest
 
-noinst_HEADERS = \
-       data_structures.h \
-       event_analysis_chull.h \
-       event_analysis_eval.h \
-       event_analysis.h \
-       event_analysis_linreg.h \
-       event_matching_broadcast.h \
-       event_matching_distributor.h \
-       event_matching.h \
-       event_matching_tcp.h \
-       event_processing.h \
-       event_processing_lttng_common.h \
-       event_processing_lttng_null.h \
-       event_processing_lttng_standard.h \
-       event_processing_text.h \
-       graph_functions.h \
-       lookup3.h \
-       sync_chain.h \
-       sync_chain_lttv.h
+unittest_SOURCES = \
+       data_structures.c\
+       data_structures.h\
+       graph_functions.c\
+       graph_functions.h\
+       sync_chain.c\
+       sync_chain.h\
+       sync_chain_unittest.c\
+       event_processing_text.c\
+       event_processing_text.h\
+       event_matching_broadcast.c\
+       event_matching_broadcast.h\
+       event_matching_distributor.c\
+       event_matching_distributor.h\
+       event_matching_tcp.c\
+       event_matching_tcp.h\
+       event_analysis_chull.c\
+       event_analysis_chull.h\
+       event_analysis_eval.c\
+       event_analysis_eval.h\
+       event_analysis_linreg.c\
+       event_analysis_linreg.h
This page took 0.024634 seconds and 4 git commands to generate.