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