2011-03-04 23:14:46 +00: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 18:16:41 +00:00
|
|
|
sbindir=$(mounthelperdir)
|
2011-03-04 23:14:46 +00:00
|
|
|
sbin_PROGRAMS = mount.zfs
|
|
|
|
|
|
|
|
mount_zfs_SOURCES = \
|
2014-06-09 21:55:31 +00:00
|
|
|
mount_zfs.c
|
2011-03-04 23:14:46 +00:00
|
|
|
|
|
|
|
mount_zfs_LDADD = \
|
2012-09-02 20:09:01 +00:00
|
|
|
$(top_builddir)/lib/libnvpair/libnvpair.la \
|
2017-08-09 22:31:08 +00:00
|
|
|
$(top_builddir)/lib/libzfs/libzfs.la
|