Introduce libcommon-lgpl for liblttng-ctl
[lttng-tools.git] / src / common / hashtable / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3noinst_LTLIBRARIES = libhashtable-gpl.la libhashtable-lgpl.la
4
5libhashtable_lgpl_la_SOURCES = \
6 seed.cpp \
7 utils.cpp \
8 utils.h
9
10libhashtable_gpl_la_SOURCES = \
11 hashtable.cpp \
12 hashtable.h \
13 hashtable-symbols.h
14
15libhashtable_gpl_la_LIBADD = \
16 $(URCU_LIBS) \
17 $(URCU_CDS_LIBS)
This page took 0.022291 seconds and 4 git commands to generate.