aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorLines
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