X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=bbc29d25e3c039847802e3a05f3e2eccea0874d8;hb=080d2311292dbb9a5bde7571b293c4e776ff47f1;hp=30efafe5102078c1ba7ba6c0607aacb5d9eef053;hpb=a60caa0945786222d3722f250c247a760e0e4e36;p=deb_libnfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 30efafe..bbc29d2 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:6:0 +SOCURRENT=7 +SOREVISION=0 +SOAGE=3 +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