5f6770a815b9e8fd50b7dd4a4f085abab218bc16
[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 = hashtable.c hashtable.h \
6 utils.c utils.h \
7 hashtable-symbols.h
8
9 libhashtable_la_LIBADD = $(URCU_LIBS) $(URCU_CDS_LIBS)
This page took 0.029047 seconds and 4 git commands to generate.