From 39afe69ad7d2258d4043044d1283bd6e311e48da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 14 May 2011 03:14:56 +0200 Subject: build: collapse all Makefile.am files into a single non-recursive one. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ò Signed-off-by: Christoph Brill --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3