summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-07-02 00:35:10 -0300
committerMarcel Holtmann <marcel@holtmann.org>2011-07-01 20:47:23 -0700
commit9cec49b28308fc8e69d7986bb60aba5b0f24bf39 (patch)
treebfb775716044ad86da4966256fa4cf7c213d1730 /Makefile.tools
parentb72a3526a81779e1e807de53b8d7be0cefa3ad6d (diff)
downloadbluez-9cec49b28308fc8e69d7986bb60aba5b0f24bf39.tar.gz
build: Rename configfiles option to datafiles
Instead of passing --[disable|enable]-configfiles, now we use --[disable|enable]-datafiles as not all of the files are installed for configuration but are rather data files.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index bec10b54c..1cd8c9eff 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -1,6 +1,6 @@
if TOOLS
-if CONFIGFILES
+if DATAFILES
conf_DATA += tools/rfcomm.conf
endif