X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=1f9a55a7d0e55515730d1c214ff24c162ab1612a;hb=f1f22dbf6222c4899b45d9c83ccf1b6314464869;hp=39d150d1f9d97668ed60eb7a159fe3d23c62d49f;hpb=5670ec6e746ac6d1f110e160806c8d846b98b660;p=deb_libnfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 39d150d..1f9a55a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,23 +1,32 @@ lib_LTLIBRARIES = libnfs.la libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \ - -I../mount \ - -I../nfs \ - -I../portmap \ - -I../rquota \ + -I$(abs_top_srcdir)/include/nfsc \ + -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 = \ init.c \ libnfs.c \ libnfs-sync.c \ + libnfs-zdr.c \ pdu.c \ socket.c -libnfs_la_LDFLAGS = -version-info 1:2:0 +SOCURRENT=5 +SOREVISION=0 +SOAGE=1 +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