[Tux3] [PATCH] build on systems that don't have FUSE
Daniel Phillips
phillips at phunq.net
Tue Sep 9 11:09:34 PDT 2008
On Tuesday 09 September 2008 10:49, Benjamin K. Stuhl wrote:
> - $(CC) $(CFLAGS) $$(pkg-config --cflags fuse) buffer.c diskio.c
> tux3fuse.c -lfuse -otux3fuse
> + if pkg-config fuse; then $(CC) $(CFLAGS) $$(pkg-config --cflags fuse)
> buffer.c diskio.c tux3fuse.c -lfuse -otux3fuse; else true; fi
Hi Benjamin,
I would be better to do this by conditionally adding the fuse binaries
to the binaries variable.
Regards,
Daniel
_______________________________________________
Tux3 mailing list
Tux3 at tux3.org
http://tux3.org/cgi-bin/mailman/listinfo/tux3
More information about the Tux3
mailing list