Use a variable to select the dlopen lib in Makefiles
[lttng-ust.git] / liblttng-ust-libc-wrapper / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
2AM_CFLAGS += -fno-strict-aliasing
3
4lib_LTLIBRARIES = liblttng-ust-libc-wrapper.la \
5 liblttng-ust-pthread-wrapper.la
6
7liblttng_ust_libc_wrapper_la_SOURCES = \
8 lttng-ust-malloc.c \
9 ust_libc.h
10
11liblttng_ust_libc_wrapper_la_LIBADD = \
12 -L$(top_builddir)/liblttng-ust/.libs \
13 -llttng-ust \
14 $(DL_LIBS)
15
16liblttng_ust_pthread_wrapper_la_SOURCES = \
17 lttng-ust-pthread.c \
18 ust_pthread.h
19
20liblttng_ust_pthread_wrapper_la_LIBADD = \
21 -L$(top_builddir)/liblttng-ust/.libs \
22 -llttng-ust \
23 $(DL_LIBS)
24
25noinst_SCRIPTS = run
26EXTRA_DIST = run
This page took 0.0229549999999999 seconds and 4 git commands to generate.