projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Relicence all source and header files included in LGPL code
[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.030602 seconds
and
4
git commands to generate.