From: Jaroslav Kysela Date: Wed, 4 Apr 2018 08:02:49 +0000 (+0200) Subject: conf: remove alsa.conf.d from the datadir X-Git-Tag: v1.1.7~55 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=78505dccd23546cc77e5221cb21c01325bc0138d;p=alsa-lib.git conf: remove alsa.conf.d from the datadir Signed-off-by: Jaroslav Kysela --- diff --git a/src/conf/Makefile.am b/src/conf/Makefile.am index ef2ea9c1..2b46f95c 100644 --- a/src/conf/Makefile.am +++ b/src/conf/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=cards pcm alsa.conf.d +SUBDIRS=cards pcm if BUILD_UCM SUBDIRS += ucm diff --git a/src/conf/alsa.conf.d/Makefile.am b/src/conf/alsa.conf.d/Makefile.am deleted file mode 100644 index c91661e9..00000000 --- a/src/conf/alsa.conf.d/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -alsaconfigdir = @ALSA_CONFIG_DIR@ -alsadir = $(alsaconfigdir)/alsa.conf.d -cfg_files = README - -alsa_DATA = $(cfg_files) - -EXTRA_DIST = \ - $(cfg_files) diff --git a/src/conf/alsa.conf.d/README b/src/conf/alsa.conf.d/README deleted file mode 100644 index 99978848..00000000 --- a/src/conf/alsa.conf.d/README +++ /dev/null @@ -1,2 +0,0 @@ -You can place files named *.conf in this folder and they will be processed -when initialising alsa-lib.