New kcompat headers depend on urcu's arch.h and arch_atomic.h
[ust.git] / libmallocwrap / Makefile.am
1 INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
2 $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
3
4 lib_LTLIBRARIES = libmallocwrap.la
5 libmallocwrap_la_SOURCES = mallocwrap.c
6 libmallocwrap_la_LIBADD = -ldl
7 noinst_SCRIPTS = run
This page took 0.033199 seconds and 4 git commands to generate.