X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=lib%2FMakefile.am;h=1f398e2169422bf5ca33b871a5747d727f3a1247;hp=7cb81e8ea90aefa4ddcd61bbe1ff6297f7efcc3f;hb=6916a66546035da5c1c82c3c85e387061a758b74;hpb=f314b3df7df086ced6ffb18e03db900ad2ea5567 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