X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=aa0855f76c5e3b34b7cb0505bc072c4e89e5c75f;hb=8e003243fbec4cff4af3e9ca01ea713065336970;hp=ed6675e0ea8cca2b459205842bae496471a698e6;hpb=86ef4910045771a1da4023a1880ba1c9e265eb6d;p=deb_libnfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index ed6675e..aa0855f 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:1:0 +SOCURRENT=4 +SOREVISION=0 +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