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