2011-03-04 15:14:46 -08: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.
|
2017-12-17 23:14:07 +01:00
|
|
|
# However, if needed, the configure option --with-mounthelperdir= can be used
|
|
|
|
|
# to override the default install location.
|
2011-03-04 15:14:46 -08:00
|
|
|
#
|
2014-08-29 14:16:41 -04:00
|
|
|
sbindir=$(mounthelperdir)
|
2011-03-04 15:14:46 -08:00
|
|
|
sbin_PROGRAMS = mount.zfs
|
|
|
|
|
|
|
|
|
|
mount_zfs_SOURCES = \
|
2014-06-09 23:55:31 +02:00
|
|
|
mount_zfs.c
|
2011-03-04 15:14:46 -08:00
|
|
|
|
|
|
|
|
mount_zfs_LDADD = \
|
2012-09-02 22:09:01 +02:00
|
|
|
$(top_builddir)/lib/libnvpair/libnvpair.la \
|
2017-08-09 15:31:08 -07:00
|
|
|
$(top_builddir)/lib/libzfs/libzfs.la
|