X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=nfs%2FMakefile.am;h=1f0b1b4e165c43186128138bf4759a6d853da5ee;hb=9c29b498f4ad14318ce8b83e5d622be1463fa1eb;hp=141597d10dae16604f67d6c16de73ca002a9a680;hpb=45670bd0d680f9c9323857d785f37a214e741ddb;p=deb_libnfs.git diff --git a/nfs/Makefile.am b/nfs/Makefile.am index 141597d..1f0b1b4 100644 --- a/nfs/Makefile.am +++ b/nfs/Makefile.am @@ -18,4 +18,4 @@ nfs-stamp : nfs.x compile_rpc: rpcgen -h @RPCGENFLAGS@ nfs.x | sed -e "s/#include //" | sed -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" > libnfs-raw-nfs.h - rpcgen -c @RPCGENFLAGS@ nfs.x | sed -e "s/#include \".*nfs.h\"/#include \"libnfs-xdr.h\"\n#include \"libnfs-raw-nfs.h\"/" -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" > libnfs-raw-nfs.c + rpcgen -c @RPCGENFLAGS@ nfs.x | sed -e "s/#include \".*nfs.h\"/#include \"libnfs-xdr.h\"\n#include \"libnfs-raw-nfs.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-nfs.c