X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=mount%2FMakefile.am;h=19cbaee7eb3b483ccf00daa26e291b2671a7edde;hb=752d8ed28a91219de086635d73e0ba45991abb1e;hp=7e612b2dbf0c043af8d6acc8b64e014c2279b5dd;hpb=2842ff15c8c62dce60a7988ad41a1e89316581a0;p=deb_libnfs.git diff --git a/mount/Makefile.am b/mount/Makefile.am index 7e612b2..19cbaee 100644 --- a/mount/Makefile.am +++ b/mount/Makefile.am @@ -14,7 +14,7 @@ libmount_la_SOURCES = \ $(mount_GENERATED) : mount-stamp mount-stamp : mount.x rm -f $(mount_GENERATED) - rpcgen -h $< > libnfs-raw-mount.h - rpcgen -c $< | sed -e "s/#include \".*mount.h\"/#include \"libnfs-raw-mount.h\"/" > libnfs-raw-mount.c + rpcgen -h @RPCGENFLAGS@ $< > libnfs-raw-mount.h + rpcgen -c @RPCGENFLAGS@ $< | sed -e "s/#include \".*mount.h\"/#include \"libnfs-raw-mount.h\"/" > libnfs-raw-mount.c touch mount-stamp