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