6220f76c6c64ec2d6d239f87ee0f4270f08d9c68
[lttng-ust.git] / liblttng-ust-libc-wrapper / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2 AM_CFLAGS = -fno-strict-aliasing
3
4 lib_LTLIBRARIES = liblttng-ust-libc-wrapper.la
5 liblttng_ust_libc_wrapper_la_SOURCES = \
6 lttng-ust-malloc.c \
7 ust_libc.h
8 liblttng_ust_libc_wrapper_la_LIBADD = -ldl \
9 -L$(top_builddir)/liblttng-ust/.libs \
10 -llttng-ust
11
12 noinst_SCRIPTS = run
13 EXTRA_DIST = run
This page took 0.030194 seconds and 3 git commands to generate.