aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorLines
2023-09-22Allow mount to use bindfs with configuration via /etc/fstab.Ilya Kulakov-0/+11
2023-07-15Support for fuse-tMartin Pärtel-2/+2
2021-02-13Refactored and unit-tested filter_special_opts. Shaved a bunch of yaks on ↵Martin Pärtel-2/+2
the way.
2021-01-27Initial Fuse 3 support + Support to allow some special optionsMcBane-2/+2
2014-06-30Implemented rate limiter.Martin Pärtel-2/+2
Fixes #12.
2013-05-07Add -pthread to LDFLAGSMartin Pärtel-1/+1
fuse's pkg-config no longer includes it.
2012-07-03Made strerror() safe to use in DPRINTF.Martin Pärtel-1/+1
2012-07-03build: better placement of variablesJan Engelhardt-2/+2
automake options are best set in configure.ac, so they apply not just to the directory, but the whole project. Also move fuse_CFLAGS into AM_CPPFLAGS, because it actually consists of preprocessor directives. (pkgconfig misnamed CFLAGS.)
2012-07-03build: do not change CFLAGSJan Engelhardt-1/+2
CFLAGS must not be touched: it is a user variable. Your previous way of doing it meant that `export CFLAGS="-O1"; ./configure;` never had any effect.
2012-03-13Added --map.Martin Pärtel-2/+2
2011-07-08Initial commit to git.Martin Pärtel-0/+11