rename libmallocwrap -> libustinstr-malloc
[ust.git] / libustinstr-malloc / Makefile.am
diff --git a/libustinstr-malloc/Makefile.am b/libustinstr-malloc/Makefile.am
new file mode 100644 (file)
index 0000000..0f9007a
--- /dev/null
@@ -0,0 +1,8 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+
+lib_LTLIBRARIES = libustinstr-malloc.la
+libustinstr_malloc_la_SOURCES = mallocwrap.c
+libustinstr_malloc_la_LIBADD = -ldl
+
+noinst_SCRIPTS = run
+EXTRA_DIST = run
This page took 0.027392 seconds and 4 git commands to generate.