Implement per-cpu memory allocator
[librseq.git] / src / Makefile.am
index ee01bde795c7e5f9bdaca46c4240eb8f71f26cd9..c9e134c09d38d8a84fcdd1821cd34ddd75180f7f 100644 (file)
@@ -4,7 +4,7 @@
 lib_LTLIBRARIES = librseq.la
 
 librseq_la_SOURCES = \
-       rseq.c
+       rseq.c rseq-percpu-alloc.c
 
 librseq_la_LDFLAGS = -no-undefined -version-info $(RSEQ_LIBRARY_VERSION)
 librseq_la_LIBADD = $(DL_LIBS)
This page took 0.022468 seconds and 4 git commands to generate.