libnfs/lib/Makefile.am

30 lines
575 B
Makefile
Raw Normal View History

lib_LTLIBRARIES = libnfs.la
libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \
-I$(abs_top_srcdir)/include/nfsc \
2011-07-07 00:33:00 +04:00
-I../mount \
-I../nfs \
2012-03-10 13:46:03 +04:00
-I../nlm \
2013-11-06 05:37:16 +04:00
-I../nsm \
2011-07-07 00:33:00 +04:00
-I../portmap \
-I../rquota \
"-D_U_=__attribute__((unused))"
libnfs_la_SOURCES = \
init.c \
libnfs.c \
libnfs-sync.c \
libnfs-zdr.c \
pdu.c \
socket.c
2013-10-31 05:17:49 +04:00
libnfs_la_LDFLAGS = -version-info 1:8:0
libnfs_la_LIBADD = \
2011-07-07 00:33:00 +04:00
../mount/libmount.la \
../nfs/libnfs.la \
2012-03-10 13:46:03 +04:00
../nlm/libnlm.la \
2013-11-06 05:37:16 +04:00
../nsm/libnsm.la \
2011-07-07 00:33:00 +04:00
../portmap/libportmap.la \
../rquota/librquota.la