Add and support the new hash table library
[lttng-tools.git] / liblttng-ht / Makefile.am
CommitLineData
bec39940
DG
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3noinst_LTLIBRARIES = liblttng-ht.la
4
5liblttng_ht_la_SOURCES = lttng-ht.c \
6 utils.c utils.h \
7 rculfhash-internal.h urcu-flavor.h \
8 rculfhash.h rculfhash.c \
9 rculfhash-mm-chunk.c \
10 rculfhash-mm-mmap.c \
11 rculfhash-mm-order.c
12
13liblttng_ht_la_LIBADD = -lurcu-common -lurcu
This page took 0.022273 seconds and 4 git commands to generate.