Make buildsystem use pkg-config to search for kcompat and liburcu
[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.029756 seconds and 4 git commands to generate.