mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 08:14:28 +08:00
Fix issue with the configuration and state directories
This commit is contained in:
parent
86650a089b
commit
0b9d2da1c4
13
Makefile.am
13
Makefile.am
@ -23,10 +23,20 @@ includedir = @includedir@/bluetooth
|
||||
|
||||
include_HEADERS =
|
||||
|
||||
if CONFIGFILES
|
||||
dbusdir = $(sysconfdir)/dbus-1/system.d
|
||||
|
||||
dbus_DATA = src/bluetooth.conf
|
||||
|
||||
confdir = $(sysconfdir)/bluetooth
|
||||
|
||||
conf_DATA =
|
||||
|
||||
statedir = $(localstatedir)/lib/bluetooth
|
||||
|
||||
state_DATA =
|
||||
endif
|
||||
|
||||
plugindir = $(libdir)/bluetooth/plugins
|
||||
|
||||
plugin_LTLIBRARIES =
|
||||
@ -193,7 +203,8 @@ if CONFIGFILES
|
||||
conf_DATA += src/main.conf
|
||||
endif
|
||||
|
||||
EXTRA_DIST += src/genbuiltin src/main.conf network/network.conf \
|
||||
EXTRA_DIST += src/genbuiltin src/bluetooth.conf \
|
||||
src/main.conf network/network.conf \
|
||||
input/input.conf serial/serial.conf \
|
||||
audio/audio.conf audio/telephony-dummy.c \
|
||||
audio/telephony-maemo.c audio/telephony-ofono.c
|
||||
|
Loading…
Reference in New Issue
Block a user