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