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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 2fe5289..e5427cd 100644 --- a/configure.ac +++ b/configure.ac @@ -147,12 +147,6 @@ fi # ----------------------------------------------------------------------------- AC_CONFIG_FILES([Makefile - src/Makefile - man/Makefile - tools/Makefile - conf/Makefile - include/Makefile - test/Makefile xorg-synaptics.pc]) AC_OUTPUT |