libnfs/lib/Makefile.am

39 lines
873 B
Makefile
Raw Normal View History

AM_CFLAGS=$(WARN_CFLAGS)
lib_LTLIBRARIES = libnfs.la
libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \
-I$(abs_top_srcdir)/include/nfsc \
-I$(abs_top_srcdir)/mount \
-I$(abs_top_srcdir)/nfs \
-I$(abs_top_srcdir)/nfs4 \
-I$(abs_top_srcdir)/nlm \
-I$(abs_top_srcdir)/nsm \
-I$(abs_top_srcdir)/portmap \
-I$(abs_top_srcdir)/rquota \
2016-01-09 00:41:17 +03:00
-I$(abs_top_srcdir)/win32 \
"-D_U_=__attribute__((unused))"
libnfs_la_SOURCES = \
init.c \
libnfs.c \
libnfs-sync.c \
libnfs-zdr.c \
pdu.c \
2016-01-09 00:41:17 +03:00
socket.c \
../win32/win32_compat.c
SOCURRENT=10
SOREVISION=0
SOAGE=2
libnfs_la_LDFLAGS = -version-info $(SOCURRENT):$(SOREVISION):$(SOAGE)
libnfs_la_LIBADD = \
2011-07-07 00:33:00 +04:00
../mount/libmount.la \
../nfs/libnfs.la \
../nfs4/libnfs4.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