Distribute all necessary files for building
[ust.git] / libmallocwrap / Makefile.am
... / ...
CommitLineData
1INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
2 $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
3
4lib_LTLIBRARIES = libmallocwrap.la
5libmallocwrap_la_SOURCES = mallocwrap.c
6libmallocwrap_la_LIBADD = -ldl
7
8noinst_SCRIPTS = run
9EXTRA_DIST = run
This page took 0.024239 seconds and 4 git commands to generate.