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