Commit | Line | Data |
---|---|---|
d169a27d | 1 | AM_CPPFLAGS = -I$(top_srcdir)/include |
16c83055 | 2 | AM_CFLAGS = -fno-strict-aliasing |
d169a27d PMF |
3 | |
4 | lib_LTLIBRARIES = libustinstr-malloc.la | |
5 | libustinstr_malloc_la_SOURCES = mallocwrap.c | |
6 | libustinstr_malloc_la_LIBADD = -ldl | |
7 | ||
8 | noinst_SCRIPTS = run | |
9 | EXTRA_DIST = run |