X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-cyg-profile%2FMakefile.am;h=14c2080eb6ade4d6d471ccc23ba9253787e8e14f;hb=05e8ff1f80c9a6dcd7db559c7a39b4c46e85e2a7;hp=3b1e7ebaaa8882cc35069cfaf028e73da05673ca;hpb=4350ff080fb9b00d39153752bdf5972ba5234e74;p=lttng-ust.git diff --git a/liblttng-ust-cyg-profile/Makefile.am b/liblttng-ust-cyg-profile/Makefile.am index 3b1e7eba..14c2080e 100644 --- a/liblttng-ust-cyg-profile/Makefile.am +++ b/liblttng-ust-cyg-profile/Makefile.am @@ -1,5 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -AM_CFLAGS += -fno-strict-aliasing +AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing lib_LTLIBRARIES = liblttng-ust-cyg-profile.la \ liblttng-ust-cyg-profile-fast.la @@ -12,6 +11,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 @@ -20,4 +21,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