2011-03-05 02:14:46 +03:00
|
|
|
include $(top_srcdir)/config/Rules.am
|
|
|
|
|
|
|
|
DEFAULT_INCLUDES += \
|
|
|
|
-I$(top_srcdir)/include \
|
|
|
|
-I$(top_srcdir)/lib/libspl/include
|
|
|
|
|
|
|
|
#
|
|
|
|
# Ignore the prefix for the mount helper. It must be installed in /sbin/
|
|
|
|
# because this path is hardcoded in the mount(8) for security reasons.
|
|
|
|
#
|
2014-08-29 22:16:41 +04:00
|
|
|
sbindir=$(mounthelperdir)
|
2011-03-05 02:14:46 +03:00
|
|
|
sbin_PROGRAMS = mount.zfs
|
|
|
|
|
|
|
|
mount_zfs_SOURCES = \
|
2014-06-10 01:55:31 +04:00
|
|
|
mount_zfs.c
|
2011-03-05 02:14:46 +03:00
|
|
|
|
|
|
|
mount_zfs_LDADD = \
|
2012-09-03 00:09:01 +04:00
|
|
|
$(top_builddir)/lib/libnvpair/libnvpair.la \
|
2017-08-10 01:31:08 +03:00
|
|
|
$(top_builddir)/lib/libzfs/libzfs.la
|