Use a variable to select the dlopen lib in Makefiles
[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
MD
11liblttng_ust_cyg_profile_la_LIBADD = \
12 -L$(top_builddir)/liblttng-ust/.libs \
9d4d2a63
MJ
13 -llttng-ust \
14 $(DL_LIBS)
70d654f2 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
MD
20liblttng_ust_cyg_profile_fast_la_LIBADD = \
21 -L$(top_builddir)/liblttng-ust/.libs \
9d4d2a63
MJ
22 -llttng-ust \
23 $(DL_LIBS)
70d654f2 24
dd330053
MD
25noinst_SCRIPTS = run run-fast
26EXTRA_DIST = run run-fast
This page took 0.026627 seconds and 4 git commands to generate.