X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=nlm%2FMakefile.am;h=19391bd3f709435feb4d5c613b7543540892df94;hb=9c29b498f4ad14318ce8b83e5d622be1463fa1eb;hp=6945c1ba64a2b7826c574b1d3869e93fb2eaaa4e;hpb=45670bd0d680f9c9323857d785f37a214e741ddb;p=deb_libnfs.git diff --git a/nlm/Makefile.am b/nlm/Makefile.am index 6945c1b..19391bd 100644 --- a/nlm/Makefile.am +++ b/nlm/Makefile.am @@ -18,4 +18,4 @@ nlm-stamp : nlm.x compile_rpc: rpcgen -h @RPCGENFLAGS@ nlm.x | sed -e "s/#include //" | sed -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" > libnfs-raw-nlm.h - rpcgen -c @RPCGENFLAGS@ nlm.x | sed -e "s/#include \".*nlm.h\"/#include \"libnfs-xdr.h\"\n#include \"libnfs-raw-nlm.h\"/" -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" > libnfs-raw-nlm.c + rpcgen -c @RPCGENFLAGS@ nlm.x | sed -e "s/#include \".*nlm.h\"/#include \"libnfs-xdr.h\"\n#include \"libnfs-raw-nlm.h\"/" -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" -e "s/register int32_t \*buf;/register int32_t *buf;\n buf = NULL;/" > libnfs-raw-nlm.c