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.c \
7 utils.c \
8 utils.h
9
10 libhashtable_gpl_la_LIBADD = -lurcu-common -lurcu -lurcu-cds
11 libhashtable_gpl_la_SOURCES = \
12 hashtable.c \
13 hashtable.h \
14 hashtable-symbols.h
15
This page took 0.031107 seconds and 5 git commands to generate.