From: Bastien Nocera Date: Wed, 26 Jan 2022 11:36:35 +0000 (+0100) Subject: build: Always define confdir and statedir X-Git-Tag: accepted/tizen/unified/20230608.164325~386 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2cf919c8f4cbe2e00c4773d4e9061c0b685f818;p=platform%2Fupstream%2Fbluez.git build: Always define confdir and statedir As we will need those paths to lock down on them. Signed-off-by: Manika Shrivastava Signed-off-by: Ayush Garg --- diff --git a/Makefile.am b/Makefile.am index 9045c53..7bb43d3 100755 --- a/Makefile.am +++ b/Makefile.am @@ -28,14 +28,14 @@ pkginclude_HEADERS = AM_CFLAGS = $(MISC_CFLAGS) $(WARNING_CFLAGS) $(UDEV_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