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