]> git.proxmox.com Git - mirror_zfs.git/blame - cmd/mount_zfs/Makefile.am
cmd: zvol_id: don't build with -fno-stack-protector anymore
[mirror_zfs.git] / cmd / mount_zfs / Makefile.am
CommitLineData
d53368f6
BB
1include $(top_srcdir)/config/Rules.am
2
d53368f6
BB
3#
4# Ignore the prefix for the mount helper. It must be installed in /sbin/
5# because this path is hardcoded in the mount(8) for security reasons.
e2d936e0 6# However, if needed, the configure option --with-mounthelperdir= can be used
7# to override the default install location.
d53368f6 8#
60e9f69c 9sbindir=$(mounthelperdir)
d53368f6
BB
10sbin_PROGRAMS = mount.zfs
11
12mount_zfs_SOURCES = \
47a4a6fd 13 mount_zfs.c
d53368f6
BB
14
15mount_zfs_LDADD = \
c8970f52
AZ
16 $(abs_top_builddir)/libzfs.la \
17 $(abs_top_builddir)/libzfs_core.la \
18 $(abs_top_builddir)/libnvpair.la
1537105a
AS
19
20mount_zfs_LDADD += $(LTLIBINTL)
0e6c493f
BB
21
22include $(top_srcdir)/config/CppCheck.am
c8970f52 23CPPCHECKTARGETS += mount.zfs