mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
5578f58bdc
Useful when looking for the info on ZFS/SPL related memory consumption. Signed-off-by: Boris Protopopov <boris.protopopov@actifio.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #460
12 lines
201 B
Makefile
12 lines
201 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
DEFAULT_INCLUDES += \
|
|
-I$(top_srcdir)/lib
|
|
|
|
sbin_PROGRAMS = splat
|
|
|
|
splat_SOURCES = splat.c
|
|
splat_LDFLAGS = $(top_builddir)/lib/libcommon.la
|
|
|
|
EXTRA_DIST = splat.h
|