Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust-cyg-profile / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
4
5 lib_LTLIBRARIES = liblttng-ust-cyg-profile.la \
6 liblttng-ust-cyg-profile-fast.la
7
8 liblttng_ust_cyg_profile_la_SOURCES = \
9 lttng-ust-cyg-profile.c \
10 lttng-ust-cyg-profile.h
11
12 liblttng_ust_cyg_profile_la_LIBADD = \
13 $(top_builddir)/liblttng-ust/liblttng-ust.la \
14 $(DL_LIBS)
15
16 liblttng_ust_cyg_profile_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
17
18 liblttng_ust_cyg_profile_fast_la_SOURCES = \
19 lttng-ust-cyg-profile-fast.c \
20 lttng-ust-cyg-profile-fast.h
21
22 liblttng_ust_cyg_profile_fast_la_LIBADD = \
23 $(top_builddir)/liblttng-ust/liblttng-ust.la \
24 $(DL_LIBS)
25
26 liblttng_ust_cyg_profile_fast_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
27
28 dist_noinst_SCRIPTS = run run-fast
This page took 0.029565 seconds and 4 git commands to generate.