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