Commit | Line | Data |
---|---|---|
ab5be9fa MJ |
1 | # SPDX-License-Identifier: GPL-2.0-only |
2 | ||
a878d961 | 3 | noinst_LTLIBRARIES = libhashtable-gpl.la libhashtable-lgpl.la |
bec39940 | 4 | |
a878d961 MD |
5 | libhashtable_lgpl_la_SOURCES = \ |
6 | seed.c \ | |
7 | utils.c \ | |
8 | utils.h | |
bec39940 | 9 | |
a878d961 MD |
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) |