Cleanup: remove duplicated implementation of rculfhash
[lttng-tools.git] / src / common / hashtable / Makefile.am
index 7a2b83517a4a0a5cdddfb13246afee44c438a66c..765f64953ef841389adf2b8b87a58bf24c6ad146 100644 (file)
@@ -1,13 +1,9 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
 
 noinst_LTLIBRARIES = libhashtable.la
 
 libhashtable_la_SOURCES = hashtable.c hashtable.h \
                          utils.c utils.h \
-                         rculfhash-internal.h urcu-flavor.h \
-                         rculfhash.h rculfhash.c \
-                         rculfhash-mm-chunk.c \
-                         rculfhash-mm-mmap.c \
-                         rculfhash-mm-order.c
+                         hashtable-symbols.h
 
-libhashtable_la_LIBADD = -lurcu-common -lurcu
+libhashtable_la_LIBADD = -lurcu-common -lurcu -lurcu-cds
This page took 0.022996 seconds and 4 git commands to generate.