X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=4a51bc710d247b701318086ea71955bd63205a99;hb=558aefc7364ec0ddf1250c6df5c819c166456111;hp=d0bd7fcfa66430571171c589a9b5ad8d00ecba27;hpb=763cd6e3e2bbb6906186e7ed6a86660276b596b7;p=deb_libnfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index d0bd7fc..4a51bc7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,7 @@ lib_LTLIBRARIES = libnfs.la libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \ + -I$(abs_top_srcdir)/include/nfsc \ -I../mount \ -I../nfs \ -I../nlm \ @@ -16,7 +17,7 @@ libnfs_la_SOURCES = \ pdu.c \ socket.c -libnfs_la_LDFLAGS = -version-info 1:3:0 +libnfs_la_LDFLAGS = -version-info 1:8:0 libnfs_la_LIBADD = \ ../mount/libmount.la \ ../nfs/libnfs.la \