]> git.proxmox.com Git - mirror_zfs-debian.git/blame - cmd/mount_zfs/Makefile.am
Add zstreamdump(8) command to examine ZFS send streams.
[mirror_zfs-debian.git] / cmd / mount_zfs / Makefile.am
CommitLineData
d53368f6
BB
1include $(top_srcdir)/config/Rules.am
2
3DEFAULT_INCLUDES += \
4 -I$(top_srcdir)/include \
5 -I$(top_srcdir)/lib/libspl/include
6
7#
8# Ignore the prefix for the mount helper. It must be installed in /sbin/
9# because this path is hardcoded in the mount(8) for security reasons.
10#
11sbindir=/sbin
12sbin_PROGRAMS = mount.zfs
13
14mount_zfs_SOURCES = \
15 $(top_srcdir)/cmd/mount_zfs/mount_zfs.c
16
17mount_zfs_LDADD = \
d53368f6 18 $(top_builddir)/lib/libuutil/libuutil.la \
e6f29053 19 $(top_builddir)/lib/libzpool/libzpool.la \
d53368f6
BB
20 $(top_builddir)/lib/libzfs/libzfs.la
21
22mount_zfs_LDFLAGS = \
afd7da0c 23 -pthread -lm $(ZLIB) -lrt -ldl $(LIBUUID) $(LIBBLKID) $(LIBSELINUX)