diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2011-05-14 03:14:56 +0200 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2011-05-15 21:46:06 +0200 |
commit | 39afe69ad7d2258d4043044d1283bd6e311e48da (patch) | |
tree | 0ebd3e7a95dbbc86ac8bbddd070d46759f230d2d /.gitignore | |
parent | 4005df66072ceac175ea71427deb16176262f197 (diff) |
build: collapse all Makefile.am files into a single non-recursive one.
With this change, the whole of the build is done non-recursively in the
top-level Makefile.am. This reduces the amount of overhead due to recursing
into directories only to build one file.
Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com>
Signed-off-by: Christoph Brill <egore911@egore911.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,3 +76,6 @@ core # Edit the following section as needed # For example, !report.pc overrides *.pc. See 'man gitignore' # +eventcomm-test +synclient +syndaemon |