X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=bbc29d25e3c039847802e3a05f3e2eccea0874d8;hb=080d2311292dbb9a5bde7571b293c4e776ff47f1;hp=39d150d1f9d97668ed60eb7a159fe3d23c62d49f;hpb=345422a2e32b22119054224003655468771b15fc;p=deb_libnfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 39d150d..bbc29d2 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=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