]> git.alsa-project.org Git - alsa-lib.git/commitdiff
conf: remove alsa.conf.d from the datadir
authorJaroslav Kysela <perex@perex.cz>
Wed, 4 Apr 2018 08:02:49 +0000 (10:02 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 4 Apr 2018 08:03:22 +0000 (10:03 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/conf/Makefile.am
src/conf/alsa.conf.d/Makefile.am [deleted file]
src/conf/alsa.conf.d/README [deleted file]

index ef2ea9c15d716d98392b6eb865f80d032f7676b7..2b46f95c2cb7b9e95064a02bd8b6fdcb2686b588 100644 (file)
@@ -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 (file)
index c91661e..0000000
+++ /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 (file)
index 9997884..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-You can place files named *.conf in this folder and they will be processed
-when initialising alsa-lib.