Use RCU for statedump
[libside.git] / src / Makefile.am
index a96a01ebd7321e576c71b0480078b8a9c7d60e11..38c1045c668aeb9e2f60f68fc9c981d3b36fd177 100644 (file)
@@ -19,9 +19,9 @@ lib_LTLIBRARIES = libside.la
 
 libside_la_SOURCES = \
        list.h \
+       rculist.h \
        side.c \
-       tracer.c \
-       tracer.h
+       tracer.c
 
 libside_la_LDFLAGS = -no-undefined -version-info $(SIDE_LIBRARY_VERSION)
 libside_la_LIBADD = \
@@ -29,13 +29,5 @@ libside_la_LIBADD = \
        libsmp.la \
        $(RSEQ_LIBS)
 
-noinst_PROGRAMS = test
-
-test_SOURCES = \
-       test.c
-
-test_LDADD = \
-       libside.la
-
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libside.pc
This page took 0.037793 seconds and 4 git commands to generate.