X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2FMakefile.am;h=1f398e2169422bf5ca33b871a5747d727f3a1247;hb=061d3f1f99e354af36e8ac259a98f863975e51f5;hp=7cb81e8ea90aefa4ddcd61bbe1ff6297f7efcc3f;hpb=47e5a2c74007f57751ebe9054669404eeb2fe948;p=deb_libnfs.git diff --git a/lib/Makefile.am b/lib/Makefile.am index 7cb81e8..1f398e2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -3,6 +3,7 @@ lib_LTLIBRARIES = libnfs.la libnfs_la_CPPFLAGS = -I$(abs_top_srcdir)/include \ -I../mount \ -I../nfs \ + -I../nlm \ -I../portmap \ -I../rquota \ "-D_U_=__attribute__((unused))" @@ -18,6 +19,7 @@ libnfs_la_LDFLAGS = -version-info 1:3:0 libnfs_la_LIBADD = \ ../mount/libmount.la \ ../nfs/libnfs.la \ + ../nlm/libnlm.la \ ../portmap/libportmap.la \ ../rquota/librquota.la