a98fe351ff7856f5deddd9592b1015cf0d02d11a
[ust.git] / libmallocwrap / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2
3 lib_LTLIBRARIES = libmallocwrap.la
4 libmallocwrap_la_SOURCES = mallocwrap.c
5 libmallocwrap_la_LIBADD = -ldl
6
7 noinst_SCRIPTS = run
8 EXTRA_DIST = run
This page took 0.028786 seconds and 3 git commands to generate.