Update readme file, add example makefile
[lttng-ust.git] / liblttng-ust-malloc / Makefile.am
CommitLineData
69400ac4
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include
2AM_CFLAGS = -fno-strict-aliasing
3
4lib_LTLIBRARIES = liblttng-ust-malloc.la
5liblttng_ust_malloc_la_SOURCES = mallocwrap.c
6liblttng_ust_malloc_la_LIBADD = -ldl
7
8noinst_SCRIPTS = run
9EXTRA_DIST = run
This page took 0.031427 seconds and 4 git commands to generate.