Add sync_chain_unittest
[lttv.git] / lttv / lttv / sync / Makefile.am
index 84562f9825d6886e595e0630b3fd1587b1f092d2..cd08bb8d08bb4897e56b276b76b2b17a3646a291 100644 (file)
@@ -1,11 +1,13 @@
 AM_CFLAGS= $(PACKAGE_CFLAGS)
-LDADD = $(M_LIBS)
+LDADD = $(M_LIBS) $(GLPK_LIBS)
 
 check_PROGRAMS = unittest
 
 unittest_SOURCES = \
-       unittest.c\
        data_structures.c\
+       graph_functions.c\
+       sync_chain.c\
+       sync_chain_unittest.c\
        event_matching_broadcast.c\
        event_matching_distributor.c\
        event_matching_tcp.c\
This page took 0.022453 seconds and 4 git commands to generate.