common: compile libhashtable as C++
[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.030867 seconds and 5 git commands to generate.