X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=rquota%2FMakefile.am;h=da22cea0e4b46e7211e0ac65ba3fc85553c10bfb;hb=752d8ed28a91219de086635d73e0ba45991abb1e;hp=4f08798339167c48f3dce45f6047c100030c89d0;hpb=2842ff15c8c62dce60a7988ad41a1e89316581a0;p=deb_libnfs.git diff --git a/rquota/Makefile.am b/rquota/Makefile.am index 4f08798..da22cea 100644 --- a/rquota/Makefile.am +++ b/rquota/Makefile.am @@ -14,7 +14,7 @@ librquota_la_SOURCES = \ $(rquota_GENERATED) : rquota-stamp rquota-stamp : rquota.x rm -f $(rquota_GENERATED) - rpcgen -h $< > libnfs-raw-rquota.h - rpcgen -c $< | sed -e "s/#include \".*rquota.h\"/#include \"libnfs-raw-rquota.h\"/" > libnfs-raw-rquota.c + rpcgen -h @RPCGENFLAGS@ $< > libnfs-raw-rquota.h + rpcgen -c @RPCGENFLAGS@ $< | sed -e "s/#include \".*rquota.h\"/#include \"libnfs-raw-rquota.h\"/" > libnfs-raw-rquota.c touch rquota-stamp