Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust-libc-wrapper / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: LGPL-2.1-only
2
3AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
4
5lib_LTLIBRARIES = liblttng-ust-libc-wrapper.la \
6 liblttng-ust-pthread-wrapper.la
7
8liblttng_ust_libc_wrapper_la_SOURCES = \
9 lttng-ust-malloc.c \
10 ust_libc.h
11
12liblttng_ust_libc_wrapper_la_LIBADD = \
13 $(top_builddir)/liblttng-ust/liblttng-ust.la \
14 $(DL_LIBS)
15
16liblttng_ust_libc_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
17
18liblttng_ust_pthread_wrapper_la_SOURCES = \
19 lttng-ust-pthread.c \
20 ust_pthread.h
21
22liblttng_ust_pthread_wrapper_la_LIBADD = \
23 $(top_builddir)/liblttng-ust/liblttng-ust.la \
24 $(DL_LIBS)
25
26liblttng_ust_pthread_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
27
28dist_noinst_SCRIPTS = run
29EXTRA_DIST = README
This page took 0.022565 seconds and 4 git commands to generate.