Initial support for NSM
[deb_libnfs.git] / lib / Makefile.am
CommitLineData
6c437065
TN
1lib_LTLIBRARIES = libnfs.la
2
3libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \
e803ae57 4 -I$(abs_top_srcdir)/include/nfsc \
56320c68
TN
5 -I../mount \
6 -I../nfs \
6916a665 7 -I../nlm \
ed09b567 8 -I../nsm \
56320c68
TN
9 -I../portmap \
10 -I../rquota \
6c437065
TN
11 "-D_U_=__attribute__((unused))"
12
13libnfs_la_SOURCES = \
14 init.c \
15 libnfs.c \
16 libnfs-sync.c \
763cd6e3 17 libnfs-zdr.c \
6c437065
TN
18 pdu.c \
19 socket.c
20
558aefc7 21libnfs_la_LDFLAGS = -version-info 1:8:0
6c437065 22libnfs_la_LIBADD = \
56320c68
TN
23 ../mount/libmount.la \
24 ../nfs/libnfs.la \
6916a665 25 ../nlm/libnlm.la \
ed09b567 26 ../nsm/libnsm.la \
56320c68
TN
27 ../portmap/libportmap.la \
28 ../rquota/librquota.la
6c437065 29