aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPacho Ramos <pacho@condmat1.ciencias.uniovi.es>2010-07-16 20:38:58 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-07-16 20:43:02 -0300
commit5ea0e85ae607ade632882366c07c2da8af7efdad (patch)
tree69da0662a276656f94197fdb5b87ebb457fc6a87 /Makefile.am
parente49d5d37388269c0d96a5d7ae3108c0cbc88cd7a (diff)
downloadbluez-5ea0e85ae607ade632882366c07c2da8af7efdad.tar.gz
Install alsa stuff in correct place
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f4bf87db..65d43126 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -248,7 +248,7 @@ audio_libasound_module_ctl_bluetooth_la_LIBADD = lib/libbluetooth.la @ALSA_LIBS@
audio_libasound_module_ctl_bluetooth_la_CFLAGS = @ALSA_CFLAGS@
if CONFIGFILES
-alsaconfdir = $(sysconfdir)/alsa
+alsaconfdir = $(datadir)/alsa
alsaconf_DATA = audio/bluetooth.conf
endif