Cleanup: remove duplicated implementation of rculfhash
[lttng-tools.git] / src / common / hashtable / Makefile.am
CommitLineData
74130cb7 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
bec39940 2
10a8a223 3noinst_LTLIBRARIES = libhashtable.la
bec39940 4
10a8a223 5libhashtable_la_SOURCES = hashtable.c hashtable.h \
bec39940 6 utils.c utils.h \
dc359c0c 7 hashtable-symbols.h
bec39940 8
8684af09 9libhashtable_la_LIBADD = -lurcu-common -lurcu -lurcu-cds
This page took 0.034537 seconds and 4 git commands to generate.