aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libshare/Makefile.am
blob: 1504644c0343a9ccc53429610b001c8d81ddd8dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(top_srcdir)/config/Rules.am

noinst_LTLIBRARIES = libshare.la

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

libshare_la_SOURCES = $(USER_C)