Move to kernel style SPDX license identifiers
[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 = -lurcu-common -lurcu -lurcu-cds
This page took 0.031107 seconds and 5 git commands to generate.