Use libtool syntax in LDADD
[lttng-ust.git] / liblttng-ust-cyg-profile / Makefile.am
CommitLineData
70d654f2 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
e1c62734 2AM_CFLAGS += -fno-strict-aliasing
70d654f2 3
dd330053
MD
4lib_LTLIBRARIES = liblttng-ust-cyg-profile.la \
5 liblttng-ust-cyg-profile-fast.la
6
70d654f2
MD
7liblttng_ust_cyg_profile_la_SOURCES = \
8 lttng-ust-cyg-profile.c \
9 lttng-ust-cyg-profile.h
9d4d2a63 10
70d654f2 11liblttng_ust_cyg_profile_la_LIBADD = \
4350ff08 12 $(top_builddir)/liblttng-ust/liblttng-ust.la \
9d4d2a63 13 $(DL_LIBS)
70d654f2 14
dd330053
MD
15liblttng_ust_cyg_profile_fast_la_SOURCES = \
16 lttng-ust-cyg-profile-fast.c \
17 lttng-ust-cyg-profile-fast.h
9d4d2a63 18
dd330053 19liblttng_ust_cyg_profile_fast_la_LIBADD = \
4350ff08 20 $(top_builddir)/liblttng-ust/liblttng-ust.la \
9d4d2a63 21 $(DL_LIBS)
70d654f2 22
e6e508c9 23dist_noinst_SCRIPTS = run run-fast
This page took 0.025743 seconds and 4 git commands to generate.