12e8196623f69c4542fa0a91689a41a653906167
[deliverable/lttng-ust.git] / liblttng-ust-libc-wrapper / Makefile.am
1 AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
2
3 lib_LTLIBRARIES = liblttng-ust-libc-wrapper.la \
4 liblttng-ust-pthread-wrapper.la
5
6 liblttng_ust_libc_wrapper_la_SOURCES = \
7 lttng-ust-malloc.c \
8 ust_libc.h
9
10 liblttng_ust_libc_wrapper_la_LIBADD = \
11 $(top_builddir)/liblttng-ust/liblttng-ust.la \
12 $(DL_LIBS)
13
14 liblttng_ust_pthread_wrapper_la_SOURCES = \
15 lttng-ust-pthread.c \
16 ust_pthread.h
17
18 liblttng_ust_pthread_wrapper_la_LIBADD = \
19 $(top_builddir)/liblttng-ust/liblttng-ust.la \
20 $(DL_LIBS)
21
22 dist_noinst_SCRIPTS = run
23 EXTRA_DIST = README
This page took 0.031927 seconds and 4 git commands to generate.