d4ecea3df4018f477b9ddc971197db9b45aa808b
[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_libc_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
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 $(top_builddir)/liblttng-ust/liblttng-ust.la \
22 $(DL_LIBS)
23
24 liblttng_ust_pthread_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
25
26 dist_noinst_SCRIPTS = run
27 EXTRA_DIST = README
This page took 0.029162 seconds and 3 git commands to generate.