X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=nlm%2FMakefile.am;h=d6dd13cd078ca0c8e59fbced8f5f7093efeacd17;hp=18d2ddcbf92f58d38482599ee951605f995814f4;hb=ec70621f42e2074b454637813c1985b35552b2b3;hpb=30b0750702c320686f4d2c3ae3d8865323626fe3 diff --git a/nlm/Makefile.am b/nlm/Makefile.am index 18d2ddc..d6dd13c 100644 --- a/nlm/Makefile.am +++ b/nlm/Makefile.am @@ -18,5 +18,5 @@ nlm-stamp : nlm.x touch nlm-stamp 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" -e "s/register int32_t \*buf;/register int32_t *buf;\n buf = NULL;/" > libnfs-raw-nlm.c + rpcgen -h nlm.x | sed -e "s/#include //" | sed -e "s/xdr/zdr/g" -e "s/XDR/ZDR/g" > libnfs-raw-nlm.h + rpcgen -c 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