summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-26 12:36:35 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-01-31 10:37:54 -0800
commitcaeabc41274fce997edf9314de1d7f1e9ae04055 (patch)
tree12ebb258f49b1e0ab4499926e7250050389313e4 /Makefile.am
parent5f378404bff6bbfea3f20e36535c494efa5066a5 (diff)
downloadbluez-caeabc41274fce997edf9314de1d7f1e9ae04055.tar.gz
build: Always define confdir and statedir
As we will need those paths to lock down on them.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e391d7ae8..2ba25e687 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,14 +28,14 @@ AM_CFLAGS = $(MISC_CFLAGS) $(WARNING_CFLAGS) $(UDEV_CFLAGS) $(LIBEBOOK_CFLAGS) \
$(LIBEDATASERVER_CFLAGS) $(ell_cflags)
AM_LDFLAGS = $(MISC_LDFLAGS)
+confdir = $(sysconfdir)/bluetooth
+statedir = $(localstatedir)/lib/bluetooth
+
if DATAFILES
dbusdir = $(DBUS_CONFDIR)/dbus-1/system.d
dbus_DATA = src/bluetooth.conf
-confdir = $(sysconfdir)/bluetooth
conf_DATA =
-
-statedir = $(localstatedir)/lib/bluetooth
state_DATA =
endif