b14254b34f051a5cf5c1289a64c400b36691efee
[lttng-tools.git] / src / common / hashtable / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 noinst_LTLIBRARIES = libhashtable.la
4
5 libhashtable_la_SOURCES = \
6 hashtable.cpp \
7 hashtable.h \
8 hashtable-symbols.h \
9 utils.cpp \
10 utils.h
11
12 libhashtable_la_LIBADD = $(URCU_LIBS) $(URCU_CDS_LIBS)
This page took 0.029013 seconds and 3 git commands to generate.