Update version to 0.16
[ust.git] / libustinstr-malloc / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include
2AM_CFLAGS = -fno-strict-aliasing
3
4lib_LTLIBRARIES = libustinstr-malloc.la
5libustinstr_malloc_la_SOURCES = mallocwrap.c
6libustinstr_malloc_la_LIBADD = -ldl
7
8noinst_SCRIPTS = run
9EXTRA_DIST = run
This page took 0.026528 seconds and 4 git commands to generate.