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