]> granicus.if.org Git - zfs/blob - lib/libshare/Makefile.am
OpenZFS restructuring - libspl
[zfs] / lib / libshare / Makefile.am
1 include $(top_srcdir)/config/Rules.am
2
3 noinst_LTLIBRARIES = libshare.la
4
5 USER_C = \
6         libshare_impl.h \
7         libshare.c \
8         nfs.c \
9         nfs.h \
10         smb.c \
11         smb.h
12
13 nodist_libshare_la_SOURCES = $(USER_C)
14
15 EXTRA_DIST = $(USER_C)