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