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