Use libtool syntax in LDADD
[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 $(top_builddir)/liblttng-ust/liblttng-ust.la \
13 $(DL_LIBS)
14
15 liblttng_ust_pthread_wrapper_la_SOURCES = \
16 lttng-ust-pthread.c \
17 ust_pthread.h
18
19 liblttng_ust_pthread_wrapper_la_LIBADD = \
20 $(top_builddir)/liblttng-ust/liblttng-ust.la \
21 $(DL_LIBS)
22
23 dist_noinst_SCRIPTS = run
24 EXTRA_DIST = README
This page took 0.02929 seconds and 4 git commands to generate.