]> git.proxmox.com Git - mirror_zfs.git/blame - lib/libshare/Makefile.am
Disable 'zfs remap' command
[mirror_zfs.git] / lib / libshare / Makefile.am
CommitLineData
46e18b3f
GB
1include $(top_srcdir)/config/Rules.am
2
3DEFAULT_INCLUDES += \
4 -I$(top_srcdir)/include \
5 -I$(top_srcdir)/lib/libspl/include
6
75056283 7noinst_LTLIBRARIES = libshare.la
46e18b3f 8
47a4a6fd
TF
9USER_C = \
10 libshare_impl.h \
11 libshare.c \
12 nfs.c \
13 nfs.h \
14 smb.c \
15 smb.h
16
fed90353 17nodist_libshare_la_SOURCES = $(USER_C)
47a4a6fd
TF
18
19EXTRA_DIST = $(USER_C)