summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-01-30 11:04:16 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:46 +0100
commit732056e3d3a35fad43515d5d7a87dc8572ae097e (patch)
tree4312ddb4268c3626b52789b78fa022a7c67dde0d /configure.ac
parent0c49ff5fb50347e1e381a9e0a351ee16d3e39735 (diff)
btrfs-progs: build: split makefile to generated and stable parts
It's not really necessary to configure and regenerate Makefiles in cases like adding a new source file. The build environment and optional features are not affected by that. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b08bfe60..30055f85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,7 +198,7 @@ AC_SUBST([LIBBTRFS_PATCHLEVEL])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
-Makefile
+Makefile.inc
Documentation/Makefile
version.h
])