X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=de4fc5883acc7dee1b87a06671f503008b69a50b;hb=c9cc77a538b9062f0b00a26019c6658ca003492e;hp=4a51bc710d247b701318086ea71955bd63205a99;hpb=558aefc7364ec0ddf1250c6df5c819c166456111;p=deb_libnfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 4a51bc7..de4fc58 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,11 +2,12 @@ lib_LTLIBRARIES = libnfs.la libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \ -I$(abs_top_srcdir)/include/nfsc \ - -I../mount \ - -I../nfs \ - -I../nlm \ - -I../portmap \ - -I../rquota \ + -I$(abs_top_srcdir)/mount \ + -I$(abs_top_srcdir)/nfs \ + -I$(abs_top_srcdir)/nlm \ + -I$(abs_top_srcdir)/nsm \ + -I$(abs_top_srcdir)/portmap \ + -I$(abs_top_srcdir)/rquota \ "-D_U_=__attribute__((unused))" libnfs_la_SOURCES = \ @@ -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