X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-cyg-profile%2FMakefile.am;h=d1aa7444b032f911749f0103a2fa8cb737efd616;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=a3a2ff92455a91340179a1b7b183c8d4b6c0ec00;hpb=fb54defd7e47e106bdf3b7eb07d53f0aba0525ec;p=lttng-ust.git diff --git a/liblttng-ust-cyg-profile/Makefile.am b/liblttng-ust-cyg-profile/Makefile.am index a3a2ff92..d1aa7444 100644 --- a/liblttng-ust-cyg-profile/Makefile.am +++ b/liblttng-ust-cyg-profile/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-only + AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing lib_LTLIBRARIES = liblttng-ust-cyg-profile.la \ @@ -11,6 +13,8 @@ liblttng_ust_cyg_profile_la_LIBADD = \ $(top_builddir)/liblttng-ust/liblttng-ust.la \ $(DL_LIBS) +liblttng_ust_cyg_profile_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION) + liblttng_ust_cyg_profile_fast_la_SOURCES = \ lttng-ust-cyg-profile-fast.c \ lttng-ust-cyg-profile-fast.h @@ -19,4 +23,6 @@ liblttng_ust_cyg_profile_fast_la_LIBADD = \ $(top_builddir)/liblttng-ust/liblttng-ust.la \ $(DL_LIBS) +liblttng_ust_cyg_profile_fast_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION) + dist_noinst_SCRIPTS = run run-fast