X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-cyg-profile%2FMakefile.am;h=3130282d2fd383cf8c326404cd1e2dc1e4b994bc;hb=e1c62734a4c511d6ba3b3b240486b5034ba7bd99;hp=985329877034d7b03bb5383f1db6e8d8fb7be1fc;hpb=70d654f22a6b52beddfb86ec3daa453073c356d2;p=lttng-ust.git diff --git a/liblttng-ust-cyg-profile/Makefile.am b/liblttng-ust-cyg-profile/Makefile.am index 98532987..3130282d 100644 --- a/liblttng-ust-cyg-profile/Makefile.am +++ b/liblttng-ust-cyg-profile/Makefile.am @@ -1,7 +1,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -AM_CFLAGS = -fno-strict-aliasing +AM_CFLAGS += -fno-strict-aliasing + +lib_LTLIBRARIES = liblttng-ust-cyg-profile.la \ + liblttng-ust-cyg-profile-fast.la -lib_LTLIBRARIES = liblttng-ust-cyg-profile.la liblttng_ust_cyg_profile_la_SOURCES = \ lttng-ust-cyg-profile.c \ lttng-ust-cyg-profile.h @@ -9,12 +11,21 @@ liblttng_ust_cyg_profile_la_LIBADD = \ -L$(top_builddir)/liblttng-ust/.libs \ -llttng-ust +liblttng_ust_cyg_profile_fast_la_SOURCES = \ + lttng-ust-cyg-profile-fast.c \ + lttng-ust-cyg-profile-fast.h +liblttng_ust_cyg_profile_fast_la_LIBADD = \ + -L$(top_builddir)/liblttng-ust/.libs \ + -llttng-ust + if LTTNG_UST_BUILD_WITH_LIBDL liblttng_ust_cyg_profile_la_LIBADD += -ldl +liblttng_ust_cyg_profile_fast_la_LIBADD += -ldl endif if LTTNG_UST_BUILD_WITH_LIBC_DL liblttng_ust_cyg_profile_la_LIBADD += -lc +liblttng_ust_cyg_profile_fast_la_LIBADD += -lc endif -noinst_SCRIPTS = run -EXTRA_DIST = run +noinst_SCRIPTS = run run-fast +EXTRA_DIST = run run-fast