X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=nlm%2FMakefile.am;h=5b6d02fbc0d81a7c5b3a15ed40fff8d58154616e;hb=20379f03fc80f4c2cb52d53103978c8141994c50;hp=18d2ddcbf92f58d38482599ee951605f995814f4;hpb=e803ae576042a8c9d6f61e1e1ec58f26bf56aaa2;p=deb_libnfs.git diff --git a/nlm/Makefile.am b/nlm/Makefile.am index 18d2ddc..5b6d02f 100644 --- a/nlm/Makefile.am +++ b/nlm/Makefile.am @@ -10,7 +10,7 @@ libnlm_la_CPPFLAGS = -I$(abs_top_srcdir)/include \ -I$(abs_top_srcdir)/include/nfsc libnlm_la_SOURCES = \ $(nlm_SOURCES_GENERATED) \ - nlm.c libnfs-raw-nlm.c + nlm.c libnfs-raw-nlm.c libnfs-raw-nlm.h $(nlm_GENERATED) : nlm-stamp nlm-stamp : nlm.x @@ -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