X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=97beb837ea2691de713568f9eed92a626fadcb87;hb=b701254d4082e17c1eeabceeeff2f414ee52356d;hp=4a51bc710d247b701318086ea71955bd63205a99;hpb=558aefc7364ec0ddf1250c6df5c819c166456111;p=deb_libnfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 4a51bc7..97beb83 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,6 +5,7 @@ libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \ -I../mount \ -I../nfs \ -I../nlm \ + -I../nsm \ -I../portmap \ -I../rquota \ "-D_U_=__attribute__((unused))" @@ -17,11 +18,15 @@ libnfs_la_SOURCES = \ pdu.c \ socket.c -libnfs_la_LDFLAGS = -version-info 1:8:0 +SOCURRENT=1 +SOREVISION=8 +SOAGE=0 +libnfs_la_LDFLAGS = -version-info $(SOCURRENT):$(SOREVISION):$(SOAGE) libnfs_la_LIBADD = \ ../mount/libmount.la \ ../nfs/libnfs.la \ ../nlm/libnlm.la \ + ../nsm/libnsm.la \ ../portmap/libportmap.la \ ../rquota/librquota.la