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