aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libshare/Makefile.am
blob: 42bd207be48236fb0ce313cfda11dd4e039b564e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include $(top_srcdir)/config/Rules.am

DEFAULT_INCLUDES += \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/lib/libspl/include

noinst_LTLIBRARIES = libshare.la

USER_C = \
	libshare_impl.h \
	libshare.c \
	nfs.c \
	nfs.h \
	smb.c \
	smb.h

KERNEL_C =

nodist_libshare_la_SOURCES = \
	$(USER_C)
	$(KERNEL_C)

EXTRA_DIST = $(USER_C)